Click or drag to resize
DigitalRuneQuaternionF Constructor (Single, Single, Single, Single)
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,
	float x,
	float y,
	float z
)

Parameters

w
Type: SystemSingle
The initial value for the w component.
x
Type: SystemSingle
The initial value for the x component.
y
Type: SystemSingle
The initial value for the y component.
z
Type: SystemSingle
The initial value for the z component.
See Also