1al_rotate_transform_3d(3) al_rotate_transform_3d(3)
23
4
NAME
6al_rotate_transform_3d - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_rotate_transform_3d(ALLEGRO_TRANSFORM *trans,
12float x, float y, float z, float angle)
13
DESCRIPTION
15Combines the given transformation with a transformation which rotates
16coordinates around the given vector by the given angle in radians.
17
SINCE
195.1.3
2021
22
23
Allegro reference manual al_rotate_transform_3d(3)