Click or drag to resize
DigitalRuneQuaternionD Constructor (Double, Vector3D)
Initializes a new instance of the QuaternionD class.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public QuaternionD(
	double w,
	Vector3D v
)

Parameters

w
Type: SystemDouble
The initial value for scalar component w.
v
Type: DigitalRune.Mathematics.AlgebraVector3D
The initial values for the vector component (x, y, z).
See Also