Click or drag to resize

AdvancingFrontLocatePoint Method

Locates the node corresponding to 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 LocatePoint(
	TriangulationPoint point
)

Parameters

point  TriangulationPoint
The point to locate.

Return Value

AdvancingFrontNode
The located front node.
See Also