VPTissue Reference Manual
SimPT_Sim::ChainHull Class Reference

Compute the convex hull of a set of two-dimensional points. More...

#include <ChainHull.h>

Collaboration diagram for SimPT_Sim::ChainHull:
Collaboration graph

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)
 

Detailed Description

Compute the convex hull of a set of two-dimensional points.

Definition at line 30 of file ChainHull.h.


The documentation for this class was generated from the following files: