The class Delaunay_mesh_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.
#include <CGAL/Delaunay_mesh_criteria_2.h>
| |
Default constructor. .
| |
| |
Construct
a traits class with bound .
|