reorder
Description:
public Euler reorder (
EulerOrder order)
Reorders a Euler using order.
This function is equivalent to creating a Quaternion from the given
Euler, and then converting the quaternion into another
Euler.
Parameters:
| this |
a Euler
|
| order |
the new order
|
| res |
return location for the reordered Euler
|