Class AdvancingFrontNode
- Assembly
- Alis.dll
The advancing front node class
internal class AdvancingFrontNodeInheritance
Inherited Members
Constructors
AdvancingFrontNode(TriangulationPoint)
Initializes a new instance of the Alis.Core.Physic.Common.Decomposition.CDT.Delaunay.Sweep.AdvancingFrontNode class
public AdvancingFrontNode(TriangulationPoint point)Parameters
pointTriangulationPoint-
The point
Fields
Next
The next
public AdvancingFrontNode NextField Value
Point
The point
public TriangulationPoint PointField Value
Prev
The prev
public AdvancingFrontNode PrevField Value
Triangle
The triangle
public DelaunayTriangle TriangleField Value
Value
The value
public double ValueField Value
Properties
HasNext
Gets the value of the has next
public bool HasNext { get; }Property Value
HasPrev
Gets the value of the has prev
public bool HasPrev { get; }