bn::sprite_affine_mat_horizontal_scale_manager class

Manages the horizontal scale of a sprite_affine_mat_ptr.

Public static functions

static auto get(const sprite_affine_mat_ptr& affine_mat) -> fixed
Returns the horizontal scale of the given sprite_affine_mat_ptr.
static void set(fixed horizontal_scale, sprite_affine_mat_ptr& affine_mat)
Sets the horizontal scale of the given sprite_affine_mat_ptr.