|
Sen API
Sen Libraries
|
This is the complete list of members for sen::util::Mat3< T >, including all inherited members.
| makeFromEulerYPB(const Vec3d &eulerAngles) | sen::util::Mat3< T > | static |
| makeIdentity() | sen::util::Mat3< T > | static |
| makeOmegaOmegaTranspose(const Vec3d &omega) | sen::util::Mat3< T > | static |
| makeSkewMatrix(const Vec3d &omega) | sen::util::Mat3< T > | static |
| makeTransposedFromEulerYPB(const Vec3d &eulerAngles) | sen::util::Mat3< T > | static |
| Mat3()=default | sen::util::Mat3< T > | |
| Mat3(std::initializer_list< std::initializer_list< T > > list) | sen::util::Mat3< T > | |
| mult(const Mat3 &lhs, const Mat3 &rhs) | sen::util::Mat3< T > | inline |
| operator()(u32 row, u32 col) | sen::util::Mat3< T > | inline |
| operator()(u32 row, u32 col) const | sen::util::Mat3< T > | inline |
| operator*(const Vec3< T > &vec) const noexcept | sen::util::Mat3< T > | inline |
| operator*(const Mat3 &other) const noexcept | sen::util::Mat3< T > | inline |
| operator*(T scalar) const noexcept | sen::util::Mat3< T > | inline |
| operator+(const Mat3 &other) const noexcept | sen::util::Mat3< T > | inline |
| postMult(const Mat3 &other) | sen::util::Mat3< T > | inline |
| postMult(const Vec3< T > &vec) const noexcept | sen::util::Mat3< T > | inline |
| preMult(const Mat3 &other) | sen::util::Mat3< T > | inline |
| preMult(const Vec3< T > &vec) const noexcept | sen::util::Mat3< T > | |
| transpose(const Mat3 &value) | sen::util::Mat3< T > | inline |
| ~Mat3()=default | sen::util::Mat3< T > |