1al_rotate_transform(3) al_rotate_transform(3)
23
4
NAME
6al_rotate_transform - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_rotate_transform(ALLEGRO_TRANSFORM *trans, float theta)
12
DESCRIPTION
14Apply a rotation to a transformation.
1516
Parameters:
1718
• trans - Transformation to alter
1920
• theta - Rotation angle in radians
21
SEE ALSO
23al_translate_transform(3), al_scale_transform(3), al_build_transform(3)
2425
26
27
Allegro reference manual al_rotate_transform(3)