Click or drag to resize

AdvancingFront Constructor

Initializes a new instance of the AdvancingFront class.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AdvancingFront(
	AdvancingFrontNode head,
	AdvancingFrontNode tail
)

Parameters

head  AdvancingFrontNode
The head node.
tail  AdvancingFrontNode
The tail node.
See Also