CGAL 5.2.2 - 2D Polygon Partitioning
|
Requirements of a traits class used by convex_partition_is_valid_2
for testing the validity of a convex partition of a polygon.
Types | |
All types required by the concept The following type is required instead: | |
typedef unspecified_type | Is_convex_2 |
Model of the concept PolygonIsValid that tests if a sequence of points is convex or not. | |
Creation | |
ConvexPartitionIsValidTraits_2 (ConvexPartitionIsValidTraits_2 tr) | |
Operations | |
The following function that creates an instance of the above predicate object type must exist instead of the function | |
Is_convex_2 | is_convex_2_object (ConvexPartitionIsValidTraits_2 tr) |