at(std::size_t col, std::size_t row) -> float & | wren::math::Mat< float, 4, 4 > | inline |
at(std::size_t col, std::size_t row) const -> const float & | wren::math::Mat< float, 4, 4 > | inline |
data() const | wren::math::Mat< float, 4, 4 > | inline |
data_ | wren::math::Mat< float, 4, 4 > | private |
data_t typedef | wren::math::Mat< float, 4, 4 > | |
get_index(std::size_t col, std::size_t row) | wren::math::Mat< float, 4, 4 > | inlineprivatestatic |
identity() | wren::math::Mat< float, 4, 4 > | inlinestatic |
Mat()=default | wren::math::Mat< float, 4, 4 > | |
Mat(const data_t &data) | wren::math::Mat< float, 4, 4 > | inline |
Mat(const std::array< std::array< float, Cols >, Rows > &rows) | wren::math::Mat< float, 4, 4 > | inline |
Mat4f()=default | wren::math::Mat4f | |
Mat4f(const Mat< float, 4, 4 > &other) | wren::math::Mat4f | inline |
Mat4f(const data_t &data) | wren::math::Mat4f | inline |
Mat4f(const Mat< float, 3, 3 > &other) | wren::math::Mat4f | inline |
mat_t typedef | wren::math::Mat< float, 4, 4 > | |
operator!=(const mat_t &rhs) const | wren::math::Mat< float, 4, 4 > | inline |
operator*(const mat_t &rhs) | wren::math::Mat< float, 4, 4 > | inline |
operator*(const Vec< float, Rows > &rhs) | wren::math::Mat< float, 4, 4 > | inline |
operator==(const mat_t &rhs) const | wren::math::Mat< float, 4, 4 > | inline |