#include "mat44.h"
#include "quaternion.h"
Functions | |
| V3 | operator * (const V3 &v, const Mat44 &m) |
| V3 Mat44 multiplication. | |
| V4 | operator * (const V4 &v, const Mat44 &m) |
| V4 Mat44 multiplication. | |
| Mat44 | operator * (const Mat44 &l, const Mat44 &r) |
| Mat44 multiplication. | |
1.2.17