Click or drag to resize

DelaunayTriangleIndexOf Method

Gets the index of the specified point within the triangle.

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

Parameters

p  TriangulationPoint
The point to locate.

Return Value

Int32
The point index.
See Also