DelaunayTriangleIndexOf Method |
Gets the index of the specified point within the triangle.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
TriangulationPoint p
)
Parameters
- p TriangulationPoint
- The point to locate.
Return Value
Int32The point index.
See Also