VoronoiCell
sharedVertex
VoronoiCell
triangles
VoronoiCell
Convert this Voronoi cell to a path polygon, consisting of all Voronoi cell corner points.
Note that open Voronoi cell cannot properly converted to Polygons as they are considered infinite. 'Open' Voronoi edges will be cut off at their innermose vertices.
toPolygon
VoronoiCell
Static
Private
_calcPrivate
A helper function.
Calculate the 'infinite' open edge point based on the open path triangle 'tri' and its neighbour 'neigh'.
This function is used to determine outer hull points.
_calcOpenEdhePoint
VoronoiCell
Static
Private
_find
The constructor.