galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::graphics::Transform Member List

This is the complete list of members for galaxy::graphics::Transform, including all inherited members.

get_origin() constgalaxy::graphics::Transform
get_pos() constgalaxy::graphics::Transform
get_rotation() constgalaxy::graphics::Transform
get_scale() constgalaxy::graphics::Transform
get_transform()galaxy::graphics::Transform
m_dirtygalaxy::graphics::Transformprotected
m_origingalaxy::graphics::Transformprotected
m_posgalaxy::graphics::Transformprotected
m_rotationgalaxy::graphics::Transformprotected
m_scalegalaxy::graphics::Transformprotected
m_transformgalaxy::graphics::Transformprotected
operator=(Transform &&)galaxy::graphics::Transform
operator=(const Transform &)galaxy::graphics::Transform
reset()galaxy::graphics::Transform
rotate(const float degrees)galaxy::graphics::Transformvirtual
scale(const float scale)galaxy::graphics::Transform
set_origin(const float x, const float y)galaxy::graphics::Transform
set_pos(const float x, const float y)galaxy::graphics::Transform
set_rotation(const float degrees)galaxy::graphics::Transform
set_scale_horizontal(const float x)galaxy::graphics::Transform
set_scale_vertical(const float y)galaxy::graphics::Transform
Transform()galaxy::graphics::Transform
Transform(Transform &&)galaxy::graphics::Transform
Transform(const Transform &)galaxy::graphics::Transform
translate(const float x, const float y)galaxy::graphics::Transformvirtual
~Transform()galaxy::graphics::Transformvirtual