Click or drag to resize

VectorD3D Constructor

Initializes a new instance of the VectorD3D struct.

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

Parameters

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