bn::sprite_affine_mat_scale_manager class

Manages the 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 scale, sprite_affine_mat_ptr& affine_mat)
Sets the scale of the given sprite_affine_mat_ptr.