Click or drag to resize

DelaunayTriangleIndexCWFrom Method

Gets the clockwise index relative to the specified point.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int IndexCWFrom(
	TriangulationPoint p
)

Parameters

p  TriangulationPoint
The reference point.

Return Value

Int32
The clockwise index.
See Also