Click or drag to resize

VectorD2D Constructor

Initializes a new instance of the VectorD2D struct.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public VectorD2D(
	double x,
	double y
)

Parameters

x  Double
The x component.
y  Double
The y component.
See Also