|
CGAL 6.3 - 2D Polygon Partitioning
|
#include <CGAL/polygon_function_objects.h>
Function object class that indicates all sequences of points are valid.
PolygonIsValid Implementation
This test requires \(O(1)\) time.
Creation | |
| Is_vacuously_valid (const Traits &t) | |
Operations | |
| template<class InputIterator> | |
| bool | operator() (InputIterator first, InputIterator beyond) |
| returns true. | |