Class AdvancingFrontNode
- Assembly
- Alis.dll
The advancing front node class
internal class AdvancingFrontNode
Inheritance
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
point
TriangulationPoint-
The point
Fields
Next
The next
public AdvancingFrontNode Next
Field Value
Point
The point
public TriangulationPoint Point
Field Value
Prev
The prev
public AdvancingFrontNode Prev
Field Value
Triangle
The triangle
public DelaunayTriangle Triangle
Field Value
Value
The value
public double Value
Field 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; }