al_vertical_shear_transform - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> void al_vertical_shear_transform(ALLEGRO_TRANSFORM* trans, float theta)
Description
Apply a vertical shear to the transform
Parameters:
- trans - Transformation to alter
- theta - Rotation angle in radians
Since
5.1.7
See Also
Referenced By
al_horizontal_shear_transform(3).
Allegro reference manual