#include "cinder/Cinder.h"
#include "cinder/PolyLine.h"
#include "cinder/Shape2d.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
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) |