DelaunayTriangleGetDelaunayEdgeCW Method |
Gets the Delaunay-edge flag clockwise from the specified point.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool GetDelaunayEdgeCW(
TriangulationPoint p
)
Parameters
- p TriangulationPoint
- The reference point.
Return Value
BooleanThe Delaunay-edge flag.
See Also