Click or drag to resize

DelaunayTrianglePointCWFrom Method

Gets the clockwise 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 PointCWFrom(
	TriangulationPoint point
)

Parameters

point  TriangulationPoint
The reference point.

Return Value

TriangulationPoint
The clockwise point.
See Also