Click or drag to resize

PolygonPoint Constructor

Initializes a new instance of the PolygonPoint class.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PolygonPoint(
	double x,
	double y
)

Parameters

x  Double
The x-coordinate.
y  Double
The y-coordinate.
See Also