|
Limbo 3.5.4
|
this file extracts polygon-to-rectangle conversion for Boost.Polygon API. More...
#include <boost/polygon/polygon.hpp>Go to the source code of this file.
Namespaces | |
| namespace | limbo |
| namespace for Limbo | |
| namespace | limbo::geometry |
| namespace for Limbo.Geometry | |
Functions | |
| bool | limbo::geometry::polygon2RectangleBoost (std::vector< gtl::point_data< int > > const &vPoint, std::vector< gtl::rectangle_data< int > > &vRectangle) |
| this function takes a set of points describing a rectilinear polygon and decomposes it into rectangles | |
| bool | limbo::geometry::polygon2RectangleBoost (gtl::polygon_90_data< int > const &polygon, std::vector< gtl::rectangle_data< int > > &vRectangle) |
| this function takes a rectilinear polygon and decomposes it into rectangles | |
this file extracts polygon-to-rectangle conversion for Boost.Polygon API.
Definition in file GeoBoostPolygonApi.h.