![]() | QuaternionF Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | (Quaternion to QuaternionF) |
Performs an conversion from Quaternion (XNA Framework) to
QuaternionF (DigitalRune Mathematics).
|
![]() ![]() | (QuaternionF to Single) |
Converts the quaternion to an array of 4 float values: (w, x, y, z).
|
![]() ![]() | (QuaternionF to ListSingle) |
Converts the vector to a list of 4 float values: (w, x, y, z).
|
![]() ![]() | (QuaternionF to Quaternion) |
Performs an conversion from QuaternionF (DigitalRune Mathematics) to
Quaternion (XNA Framework).
|