The kernels supplied by Cgal are models of AlphaShapeTraits_2.
Only a default constructor is required. Note that further constructors can be provided.
AlphaShapeTraits_2 t; | |
A default constructor.
|
Compute_squared_radius_2 | t.compute_squared_radius_2_object () | |
Returns an object, which has to be able to compute the squared radius of the circle of the points p0, p1, p2 or the squared radius of smallest circle of the points p0, p1, as FT associated with the metric used by Dt. |
Side_of_bounded_circle_2 | t.side_of_bounded_circle_2_object () | |
Returns an object, which has to be able to compute the relative position of point test to the smallest circle of the points p0, p1, using the same metric as Dt. |