#include "cinder/ConvexHull.h"
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/polygon.hpp>
Namespaces | |
cinder | |
Typedefs | |
typedef boost::geometry::model::polygon < boost::geometry::model::d2::point_xy < double > > | cinder::polygon |
Functions | |
PolyLine2f | cinder::calcConvexHull (const std::vector< Vec2f > &points) |
PolyLine2f | cinder::calcConvexHull (const Vec2f *points, size_t numPoints) |
PolyLine2f | cinder::calcConvexHull (const Shape2d &shape) |
PolyLine2f | cinder::calcConvexHull (const Path2d &path) |
PolyLine2f | cinder::calcConvexHull (const PolyLine2f &polyLine) |