Click or drag to resize

VectorD4D Constructor

Initializes a new instance of the VectorD4D struct.

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

Parameters

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