VPTissue Reference Manual
|
Compute the convex hull of a set of two-dimensional points. More...
#include <ChainHull.h>
Classes | |
class | Point |
Point class needed by 2D convex hull code. More... | |
Static Public Member Functions | |
static std::vector< std::array< double, 2 > > | Compute (const std::vector< std::array< double, 2 > > &polygon) |
Compute the convex hull of a set of two-dimensional points.
Definition at line 30 of file ChainHull.h.