Untold Engine  Beta v0.0.16
docs
U4DEngine::CONVEXHULL Struct Reference

The CONVEXHULL structure holds data representing vertices, edges and faces for a computed convex-hull. More...

Public Attributes

std::vector< POLYTOPEVERTEXvertex
 Vector holding convex-hull vertices data.
 
std::vector< POLYTOPEEDGESedges
 Vector holding convex-hull edges data.
 
std::vector< POLYTOPEFACESfaces
 Vector holding convex-hull faces data.
 
bool isValid
 Boolean variable which informs if the computed convex-hull is valid.
 

Detailed Description

The CONVEXHULL structure holds data representing vertices, edges and faces for a computed convex-hull.