Click or drag to resize

DelaunayTriangleOppositePoint Method

Gets the point in this triangle opposite to the point p in the neighboring triangle t.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TriangulationPoint OppositePoint(
	DelaunayTriangle t,
	TriangulationPoint p
)

Parameters

t  DelaunayTriangle
The neighboring triangle.
p  TriangulationPoint
The non-shared point in t.

Return Value

TriangulationPoint
The point opposite the shared edge in this triangle.
See Also