bn::sprite_horizontal_shear_manager class

Manages the horizontal shear of a sprite_ptr.

Public static functions

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