CGAL::Triangulation_3::Locate_type

Definition

The enum Triangulation_3::Locate_type is defined by Triangulation_3 to specify which case occurs when locating a point in the triangulation.

enum Locate_type { VERTEX=0,
EDGE,
FACET,
CELL,
OUTSIDE_CONVEX_HULL,
OUTSIDE_AFFINE_HULL};

See Also

CGAL::Triangulation_3