|
Level H Engine
|


Go to the source code of this file.
Classes | |
| struct | Quaternion |
| Contains the Quaternion structure with functions and overloaded operators. More... | |
Functions | |
| Quaternion | operator* (Quaternion q1, Quaternion q2) |
| Overloads the * operator allowing a Quaternion to be multiplied by another Quaternion. IMPORTANT: (Quaternion1 * Quaternion2) != (Quaternion2 * Quaternion1) More... | |
|
inline |
Overloads the * operator allowing a Quaternion to be multiplied by another Quaternion. IMPORTANT: (Quaternion1 * Quaternion2) != (Quaternion2 * Quaternion1)
| q1 | One of the input Quaternion's. |
| q2 | One of the input Quaternion's. |
1.8.13