Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
ConvexHull.h File Reference
#include "cinder/Cinder.h"
#include "cinder/PolyLine.h"
#include "cinder/Shape2d.h"
#include <vector>
Include dependency graph for ConvexHull.h:
This graph shows which files directly or indirectly include this file:

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)