bn::sprite_affine_mat_horizontal_flip_manager class

Manages if a sprite_affine_mat_ptr is flipped in its horizontal axis or not.

Public static functions

static auto get(const sprite_affine_mat_ptr& affine_mat) -> bool
Indicates if the given sprite_affine_mat_ptr is flipped in the horizontal axis or not.
static void set(bool horizontal_flip, sprite_affine_mat_ptr& affine_mat)
Sets if the given sprite_affine_mat_ptr must be flipped in the horizontal axis or not.