GCP Assignment 1
|
Go to the source code of this file.
Classes | |
struct | Maths::Quaternion |
Contains the Quaternion structure with functions and overloaded operators. More... | |
Namespaces | |
Maths | |
The namespace for all maths code. | |
Functions | |
Quaternion | Maths::operator* (Quaternion q1, Quaternion q2) |
Overloads the * operator allowing a Quaternion to be multiplied by another Quaternion. IMPORTANT: (Quaternion1 * Quaternion2) != (Quaternion2 * Quaternion1) More... | |