Click or drag to resize

DelaunayTriangleMarkNeighbor Method

Exhaustive search to update neighbor pointers

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void MarkNeighbor(
	DelaunayTriangle t
)

Parameters

t  DelaunayTriangle
The neighboring triangle to register.
See Also