NGL  6.5
The NCCA Graphics Library
Quaternion.h File Reference

Defines the class Quaternion based on John Vinces lecture notes basically we have a scalar part and then a vector part (stored as x,y,z) each component of the Quat is stored as a Real value. More...

#include "Types.h"
#include "Vec4.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

class  ngl::Quaternion
 

Namespaces

 ngl
 implementation files for RibExport class
 

Detailed Description

Defines the class Quaternion based on John Vinces lecture notes basically we have a scalar part and then a vector part (stored as x,y,z) each component of the Quat is stored as a Real value.

Author
Jon Macey with thanks to John Vince and Rob Bateman

Definition in file Quaternion.h.