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