1al_rotate_transform_3d(3)                            al_rotate_transform_3d(3)
2
3
4

NAME

6       al_rotate_transform_3d - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_rotate_transform_3d(ALLEGRO_TRANSFORM *trans,
12                 float x, float y, float z, float angle)
13

DESCRIPTION

15       Combines  the  given transformation with a transformation which rotates
16       coordinates around the given vector by the given angle in radians.
17

SINCE

19       5.1.3
20
21
22
23Allegro reference manual                             al_rotate_transform_3d(3)
Impressum