1al_rotate_transform(3)                                  al_rotate_transform(3)
2
3
4

NAME

6       al_rotate_transform - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_rotate_transform(ALLEGRO_TRANSFORM *trans, float theta)
12

DESCRIPTION

14       Apply a rotation to a transformation.
15
16       Parameters:
17
18       · trans - Transformation to alter
19
20       · theta - Rotation angle in radians
21

SEE ALSO

23       al_translate_transform(3), al_scale_transform(3), al_build_transform(3)
24
25
26
27Allegro reference manual                                al_rotate_transform(3)
Impressum