DelaunayTriangleEdgeIndex Method |
Get the index of the neighbor that shares this edge (or -1 if it isn't shared)
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int EdgeIndex(
TriangulationPoint p1,
TriangulationPoint p2
)
Parameters
- p1 TriangulationPoint
- The first point of the edge.
- p2 TriangulationPoint
- The second point of the edge.
Return Value
Int32The index of the shared edge, or -1 if the edge is not shared.
See Also