wren
Vulkan-based game engine
Loading...
Searching...
No Matches
wren::math::Mat< T, Rows, Cols > Member List

This is the complete list of members for wren::math::Mat< T, Rows, Cols >, including all inherited members.

at(std::size_t col, std::size_t row) -> T &wren::math::Mat< T, Rows, Cols >inline
at(std::size_t col, std::size_t row) const -> const T &wren::math::Mat< T, Rows, Cols >inline
data() constwren::math::Mat< T, Rows, Cols >inline
data_wren::math::Mat< T, Rows, Cols >private
data_t typedefwren::math::Mat< T, Rows, Cols >
get_index(std::size_t col, std::size_t row)wren::math::Mat< T, Rows, Cols >inlineprivatestatic
identity()wren::math::Mat< T, Rows, Cols >inlinestatic
Mat()=defaultwren::math::Mat< T, Rows, Cols >
Mat(const data_t &data)wren::math::Mat< T, Rows, Cols >inline
Mat(const std::array< std::array< T, Cols >, Rows > &rows)wren::math::Mat< T, Rows, Cols >inline
mat_t typedefwren::math::Mat< T, Rows, Cols >
operator!=(const mat_t &rhs) constwren::math::Mat< T, Rows, Cols >inline
operator*(const mat_t &rhs)wren::math::Mat< T, Rows, Cols >inline
operator*(const Vec< T, Rows > &rhs)wren::math::Mat< T, Rows, Cols >inline
operator==(const mat_t &rhs) constwren::math::Mat< T, Rows, Cols >inline