Class VoronoiFacet
A Voronoi Facet
public class VoronoiFacet
- Inheritance
-
VoronoiFacet
- Inherited Members
Constructors
VoronoiFacet(PointF, PointF[])
Create a Voronoi facet using the specific point
and polyline
public VoronoiFacet(PointF point, PointF[] polyline)
Parameters
point
PointFThe point this facet associate with
polyline
PointF[]The points that defines the contour of this facet
Properties
Point
The point this facet associates to
public PointF Point { get; set; }
Property Value
Vertices
Get or set the vertices of this facet
public PointF[] Vertices { get; set; }
Property Value
- PointF[]