Click or drag to resize

DelaunayTriangleSetDelaunayEdgeCW Method

Sets the Delaunay-edge flag clockwise from the specified point.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetDelaunayEdgeCW(
	TriangulationPoint p,
	bool ce
)

Parameters

p  TriangulationPoint
The reference point.
ce  Boolean
The Delaunay-edge flag to set.
See Also