Function object class that tests whether a sequence of points represents a -monotone polygon or not.
#include <CGAL/polygon_function_objects.h>
| |
Traits is a model of
the concept IsYMonotoneTraits_2
|
| ||
|
| |
returns true iff the points of type Traits::Point_2 in the range [first,beyond) define a -monotone polygon. |
CGAL::convex_partition_is_valid_2
CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>
This test requires time for a polygon with vertices.