DelaunayTriangleOppositePoint Method |
Gets the point in this triangle opposite to the point p in the neighboring triangle t.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic TriangulationPoint OppositePoint(
DelaunayTriangle t,
TriangulationPoint p
)
Parameters
- t DelaunayTriangle
- The neighboring triangle.
- p TriangulationPoint
- The non-shared point in t.
Return Value
TriangulationPointThe point opposite the shared edge in this triangle.
See Also