Table of Contents

Class AdvancingFrontNode

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

AdvancingFrontNode

Point

The point

public TriangulationPoint Point

Field Value

TriangulationPoint

Prev

The prev

public AdvancingFrontNode Prev

Field Value

AdvancingFrontNode

Triangle

The triangle

public DelaunayTriangle Triangle

Field Value

DelaunayTriangle

Value

The value

public double Value

Field Value

double

Properties

HasNext

Gets the value of the has next

public bool HasNext { get; }

Property Value

bool

HasPrev

Gets the value of the has prev

public bool HasPrev { get; }

Property Value

bool