#include <math.h>
#include "vuMatrix.h"
#include "vuVector.h"
Include dependency graph for vuMatrix.cpp:
Go to the source code of this file.
Defines | |
#define | PI_OVER_180 0.01745329251994 |
Functions | |
vuMatrix | operator * (float s, const vuMatrix &m) |
void | swap (float &a, float &b) |
|
Definition at line 5 of file vuMatrix.cpp. |
|
Definition at line 320 of file vuMatrix.cpp. References vuMatrix::val. |
|
Definition at line 490 of file vuMatrix.cpp. Referenced by vuMatrix::invertRotationMatrix(). |