Click or drag to resize

DTSweepContextMapTriangleToNodes Method

Try to map a node to all sides of this triangle that don't have a neighbor.

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

Parameters

t  DelaunayTriangle
The triangle to map to front nodes.
See Also