GCP Assignment 1
Classes | Namespaces | Functions
Quaternion.h File Reference
#include "math.h"
#include "Vec3.h"
#include "Mat4.h"
Include dependency graph for Quaternion.h:
This graph shows which files directly or indirectly include this file:

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...