Coverage Control Library
|
Provides utilities for polygon manipulation using CGAL. More...
Go to the source code of this file.
Namespaces | |
namespace | CoverageControl |
Namespace for the CoverageControl library. | |
Functions | |
void | PolygonYMonotonePartition (PointVector const &polygon, std::vector< PointVector > &y_monotone_polygons) |
Partition a polygon into y-monotone polygons. | |
void | GenerateRandomPolygons (int const num_polygons, int const max_vertices, double const half_width, double const world_size, std::vector< PointVector > &polygons) |
Generate random polygons. | |
Provides utilities for polygon manipulation using CGAL.
Definition in file polygon_utils.h.