#include "mat33.h"
#include "quaternion.h"
#include <cmath>
#include "functions.h"
Functions | |
| V3 | operator * (const V3 &v, const Mat33 &m) |
| V3 Mat33 multiplication. | |
| Mat33 | operator * (const Mat33 &l, const Mat33 &r) |
| Mat33 multiplication. | |
1.2.17