ge211  2021.5.1
A student game engine
Transform Member List

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

flip_h()Transformstatic
flip_v()Transformstatic
get_flip_h() constTransform
get_flip_v() constTransform
get_rotation() constTransform
get_scale_x() constTransform
get_scale_y() constTransform
inverse() constTransform
is_identity() constTransform
operator!=(const Transform &other) constTransform
operator*(const Transform &other) constTransform
operator==(const Transform &other) constTransform
rotation(double)Transformstatic
scale(double)Transformstatic
scale_x(double)Transformstatic
scale_y(double)Transformstatic
set_flip_h(bool)Transform
set_flip_v(bool)Transform
set_rotation(double)Transform
set_scale(double)Transform
set_scale_x(double)Transform
set_scale_y(double)Transform
Transform()Transform