Click or drag to resize

DelaunayTriangleGetConstrainedEdgeCCW Method

Gets the constrained-edge flag counterclockwise from the specified point.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool GetConstrainedEdgeCCW(
	TriangulationPoint p
)

Parameters

p  TriangulationPoint
The reference point.

Return Value

Boolean
The constrained-edge flag.
See Also