Go to the source code of this file.
Namespaces | |
| namespace | cinder |
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) |