Rebel Fork Framework
Urho3D::TetrahedralMesh::DelaunayContext Struct Reference

Data used for Delaunay triangulation. More...

Public Member Functions

bool IsInsideCircumsphere (unsigned tetIndex, const Vector3 &position)
 Tests if point is inside circumsphere of tetrahedron.
 

Public Attributes

ea::vector< HighPrecisionSpherecircumspheres_
 Circumspheres of mesh tetrahedrons.
 
ea::vector< bool > removed_
 Whether the tetrahedron is removed.
 

Detailed Description

Data used for Delaunay triangulation.


The documentation for this struct was generated from the following file: