Class PolygonPoint
- Assembly
- Alis.dll
The polygon point class
internal class PolygonPoint : TriangulationPoint
Inheritance
Inherited Members
Constructors
PolygonPoint(double, double)
Initializes a new instance of the Alis.Core.Physic.Common.Decomposition.CDT.Polygon.PolygonPoint class
public PolygonPoint(double x, double y)
Parameters
Properties
Next
Gets or sets the value of the next
public PolygonPoint Next { get; set; }
Property Value
Previous
Gets or sets the value of the previous
public PolygonPoint Previous { get; set; }