Class DelaunayTri
Defined in File DelaunayTri.hpp
Class Documentation
-
class DelaunayTri
Static class that computes the Delaunay triangulation set given a set of Node(s) (Cones).
Public Static Functions
-
static TriangleSet compute(const std::vector<cNode> &nodes)
Computes the Delaunay triangulation set using an implementation of the Bowyer-Watson algorithm to find the Delaunay triangulation given a set of points. O(nlogn).
- Parameters:
nodes –
-
static TriangleSet compute(const std::vector<cNode> &nodes)