Namespaces | Typedefs | Functions
src/cinder/ConvexHull.cpp File Reference

Namespaces

namespace  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)