lxgui
|
This is the complete list of members for lxgui::gui::matrix4f, including all inherited members.
data | lxgui::gui::matrix4f | |
element_type typedef | lxgui::gui::matrix4f | |
identity | lxgui::gui::matrix4f | static |
invert() noexcept | lxgui::gui::matrix4f | |
invert(const matrix4f &m) noexcept | lxgui::gui::matrix4f | static |
matrix4f() noexcept=default | lxgui::gui::matrix4f | |
matrix4f(std::initializer_list< element_type > list) noexcept | lxgui::gui::matrix4f | |
matrix4f(const element_type *mat) noexcept | lxgui::gui::matrix4f | explicit |
operator()(std::size_t row, std::size_t col) noexcept | lxgui::gui::matrix4f | inline |
operator()(std::size_t row, std::size_t col) const noexcept | lxgui::gui::matrix4f | inline |
operator()(std::size_t i) noexcept | lxgui::gui::matrix4f | inline |
operator()(std::size_t i) const noexcept | lxgui::gui::matrix4f | inline |
rotation(float rot) noexcept | lxgui::gui::matrix4f | static |
scaling(const vector2f &scale) noexcept | lxgui::gui::matrix4f | static |
transformation(const vector2f &dx, const vector2f &scale, float rot) noexcept | lxgui::gui::matrix4f | static |
translation(const vector2f &dx) noexcept | lxgui::gui::matrix4f | static |
transpose() noexcept | lxgui::gui::matrix4f | |
transpose(const matrix4f &m) noexcept | lxgui::gui::matrix4f | static |
view(const vector2f &window) noexcept | lxgui::gui::matrix4f | static |
view(const vector2f &window, const vector2f ¢er) noexcept | lxgui::gui::matrix4f | static |