Click or drag to resize

VectorD4D Constructor

Initializes a new instance of the VectorD4D class

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

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Geometry.VectorD4D.#ctor(System.Double,System.Double,System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Geometry.VectorD4D.#ctor(System.Double,System.Double,System.Double,System.Double)"]

z  Double

[Missing <param name="z"/> documentation for "M:Altaxo.Geometry.VectorD4D.#ctor(System.Double,System.Double,System.Double,System.Double)"]

w  Double

[Missing <param name="w"/> documentation for "M:Altaxo.Geometry.VectorD4D.#ctor(System.Double,System.Double,System.Double,System.Double)"]

See Also