#include <convex_hull.h>
Classes | |
struct | SFace |
Public Types | |
typedef std::vector< UInt32 > | TEdge |
Public Member Functions | |
CConvexHull (const std::vector< CVector3 > &vec_points) | |
const std::vector< SFace > & | GetFaces () const |
Definition at line 20 of file convex_hull.h.
typedef std::vector<UInt32> argos::CConvexHull::TEdge |
Definition at line 23 of file convex_hull.h.
argos::CConvexHull::CConvexHull | ( | const std::vector< CVector3 > & | vec_points | ) |
Definition at line 65 of file convex_hull.cpp.
|
inline |
Definition at line 44 of file convex_hull.h.