Click or drag to resize

DelaunayTriangleEdgeIndex Method

Get the index of the neighbor that shares this edge (or -1 if it isn't shared)

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

Int32
The index of the shared edge, or -1 if the edge is not shared.
See Also