|
| Mat3 (const float *data) |
|
| Mat3 (const Mat4 &rhs) |
|
| Mat3 (const Vec3 &c0, const Vec3 &c1, const Vec3 &c2) |
|
const float & | operator[] (const uint32_t index) const |
|
const float & | operator[] (const int index) const |
|
float & | operator[] (const uint32_t index) |
|
float & | operator[] (const int index) |
|
Vec3 | transform_vector (const Vec3 &v) const |
|
const float * | data () const |
|
void | inverse () |
|
Mat3 | inversed () const |
|
void | transpose () |
|
Mat3 | transposed () const |
|
float | determinant () const |
|
Mat3 | adjugate () const |
|
Mat3 & | operator*= (const float rhs) |
|
Mat3 | operator* (const float rhs) const |
|
The documentation for this struct was generated from the following files:
- simulant/math/mat3.h
- simulant/math/mat3.cpp