Click or drag to resize

Quaternion Constructor (Double, Double, Double, Double)

Initializes a new instance of the Quaternion class

Namespace:  StarfieldUtils.MathUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Quaternion(
	double w,
	double x,
	double y,
	double z
)

Parameters

w
Type: SystemDouble

[Missing <param name="w"/> documentation for "M:StarfieldUtils.MathUtils.Quaternion.#ctor(System.Double,System.Double,System.Double,System.Double)"]

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:StarfieldUtils.MathUtils.Quaternion.#ctor(System.Double,System.Double,System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:StarfieldUtils.MathUtils.Quaternion.#ctor(System.Double,System.Double,System.Double,System.Double)"]

z
Type: SystemDouble

[Missing <param name="z"/> documentation for "M:StarfieldUtils.MathUtils.Quaternion.#ctor(System.Double,System.Double,System.Double,System.Double)"]

See Also