#include <VHACD.h>
Public Attributes | |
VHACD::Vect3 | m_center { 0, 0, 0 } |
uint32_t | m_meshId { 0 } |
std::vector< VHACD::Vertex > | m_points |
std::vector< VHACD::Triangle > | m_triangles |
double | m_volume { 0 } |
VHACD::Vect3 | mBmax |
VHACD::Vect3 | mBmin |
A simple class that represents a convex hull as a triangle mesh with double precision vertices. Polygons are not currently provided.
VHACD::Vect3 VHACD::IVHACD::ConvexHull::m_center { 0, 0, 0 } |
std::vector<VHACD::Vertex> VHACD::IVHACD::ConvexHull::m_points |
std::vector<VHACD::Triangle> VHACD::IVHACD::ConvexHull::m_triangles |
VHACD::Vect3 VHACD::IVHACD::ConvexHull::mBmax |
VHACD::Vect3 VHACD::IVHACD::ConvexHull::mBmin |