CGAL 5.1 - 2D Triangulation
CGAL::No_constraint_intersection_requiring_constructions_tag Struct Reference

#include <CGAL/Constrained_triangulation_2.h>

Definition

Intersection tag for constrained triangulations, when input constraints are not allowed to intersect except if the intersection does not require any new point construction.

This for example allows configurations such as two segments intersecting in a 'T', or overlapping (and even identical) segments.

This is the default tag.