Click or drag to resize

PolygonRemovePoint Method

Removes a point from the polygon.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void RemovePoint(
	PolygonPoint p
)

Parameters

p  PolygonPoint
The point to remove.
See Also