![]() |
The class Delaunay_mesh_size_criteria_2<CDT> is a model for the MeshingCriteria_2 concept. The shape criterion on triangles is given by a bound such that for good triangles where is the shortest edge length and is the circumradius of the triangle. By default, , which is the best bound one can use with the guarantee that the refinement algorithm will terminate. The upper bound is related to a lower bound on the minimum angle in the triangle:
sin
so corresponds to degrees.
This traits class defines also a size criteria: all segments of all triangles must be shorter than a bound .
#include <CGAL/Delaunay_mesh_size_criteria_2.h>
| |||
Default
constructor. . No bound on size
| |||
| |||
Construct a traits class with bound . If , the size bound is . If , there is
no bound on size.
|