class Triangulation

Contains helper methods that triangulate point data.

Public

Methods

staticTetrahedralize

static TetrahedronVolume Tetrahedralize(const Vector<Vector3> &points)

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.