class
Triangulation
Contains helper methods that triangulate point data.
Public
Methods
staticTetrahedralize
Converts a set of input points into a set of tetrahedrons generated using Delaunay tetrahedralization algorithm.
Minimum of 4 points must be provided in order for the process to work.