| QuaternionF Constructor (Single, Single, Single, Single) |
Namespace: DigitalRune.Mathematics.AlgebraAssembly: 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
)
Public Sub New (
w As Single,
x As Single,
y As Single,
z As Single
)
public:
QuaternionF(
float w,
float x,
float y,
float z
)
new :
w : float32 *
x : float32 *
y : float32 *
z : float32 -> QuaternionF
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