Click or drag to resize
DigitalRuneQuaternionF Constructor (Single, Vector3F)
Initializes a new instance of the QuaternionF class.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public QuaternionF(
	float w,
	Vector3F v
)

Parameters

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