Click or drag to resize

PolygonInsertPointAfter Method

Inserts newPoint after point.

Namespace: Poly2Tri
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void InsertPointAfter(
	PolygonPoint point,
	PolygonPoint newPoint
)

Parameters

point  PolygonPoint
The point to insert after in the polygon
newPoint  PolygonPoint
The point to insert into the polygon
See Also