#include "Teddy/Maths/Vector.h"
#include "Teddy/Maths/Vector4.h"
#include "Teddy/Maths/CrossVector4.h"
#include "Teddy/SysSupport/StdMaths.h"
Include dependency graph for Matrix.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Teddy |
namespace | Teddy::Maths |
Defines | |
#define | SWAP(a, b, c) c=a; a=b; b=c |
|
|