DelaunayTriangleNeighborCWFrom Method |
Gets the clockwise neighbor relative to the specified point.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DelaunayTriangle NeighborCWFrom(
TriangulationPoint point
)
Parameters
- point TriangulationPoint
- The reference point.
Return Value
DelaunayTriangleThe clockwise neighbor triangle.
See Also