Click or drag to resize

AdvancingFrontLocateNode Method

Locates the node at or immediately before the specified point on the advancing front.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AdvancingFrontNode LocateNode(
	TriangulationPoint point
)

Parameters

point  TriangulationPoint
The point to locate.

Return Value

AdvancingFrontNode
The located front node, or if none is found.
See Also