bn::sprite_affine_mat_vertical_scale_manager class

Manages the vertical scale of a sprite_affine_mat_ptr.

Public static functions

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