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
18       Note: The vector is assumed to be of unit length (otherwise it will al‐
19       so incur a scale).
20

SINCE

22       5.1.3
23
24
25
26Allegro reference manual                             al_rotate_transform_3d(3)
Impressum