The concept DelaunayMeshTraits_2 refines the concept ConformingDelaunayTriangulationTraits_2. It provides a construction object Construct_circumcenter_2.
ConformingDelaunayTriangulationTraits_2
| |
Constructor object. Must provide
an operator Point_2 operator()(Point_2 p, Point_2 q, Point_2 r);
that computes the center of the circle passing through the points ,
and . Precondition: , and are not collinear.
|
| ||
|