DelaunayTriangleLegalize Method |
Legalize triangle by rotating clockwise around oPoint
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Legalize(
TriangulationPoint oPoint,
TriangulationPoint nPoint
)
Parameters
- oPoint TriangulationPoint
- The origin point to rotate around
- nPoint TriangulationPoint
- The point that replaces the counterclockwise vertex from oPoint after the rotation.
See Also