Point2D Constructor

Initializes a new instance of the Point2D struct.

Definition

Namespace: Numerics.NET.Spatial
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
public Point2D(
	double x,
	double y
)

Parameters

x  Double
The x-coordinate.
y  Double
The y-coordinate.

See Also