bn::sprite_vertical_shear_manager class

Manages the vertical shear of a sprite_ptr.

Public static functions

static auto get(const sprite_ptr& sprite) -> fixed
Returns the vertical shear of the given sprite_ptr.
static void set(fixed vertical_shear, sprite_ptr& sprite)
Sets the vertical shear of the given sprite_ptr.