Click or drag to resize

DelaunayTrianglePointCCWFrom Method

Gets the counterclockwise point relative to the specified point.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TriangulationPoint PointCCWFrom(
	TriangulationPoint point
)

Parameters

point  TriangulationPoint
The reference point.

Return Value

TriangulationPoint
The counterclockwise point.
See Also