|
Limbo
|
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 | |
| limbo | |
| namespace for Limbo | |
| 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 More... | |
| 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 More... | |
this file extracts polygon-to-rectangle conversion for Boost.Polygon API.
Definition in file GeoBoostPolygonApi.h.
1.8.8