3D vector maths using fixed-point arithmetic More...
#include "fix.h"

Go to the source code of this file.
Classes | |
| class | Vector3 |
| A class representing a 3vector. More... | |
| class | Matrix3 |
| A class representing a 3x3 matrix. More... | |
Typedefs | |
| typedef Vector3 | Point3 |
| A type representing a 3D point. | |
3D vector maths using fixed-point arithmetic
Definition in file vector3.h.
1.6.1