#include "mat33.h"
#include "v4.h"
#include "..\gbmath_fwd.h"
#include <cmath>
Namespaces | |
| namespace | gbmath |
Functions | |
| gbmath::V3 | operator * (const gbmath::V3 &v, const gbmath::Mat44 &m) |
| V3 Mat44 multiplication. | |
| gbmath::V4 | operator * (const gbmath::V4 &v, const gbmath::Mat44 &m) |
| V4 Mat44 multiplication. | |
| gbmath::Mat44 | operator * (const gbmath::Mat44 &l, const gbmath::Mat44 &r) |
| Mat44 multiplication. | |
1.2.17