1al_scale_transform_3d(3) al_scale_transform_3d(3)
23
4
NAME
6al_scale_transform_3d - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_scale_transform_3d(ALLEGRO_TRANSFORM *trans, float sx, float sy,
12float sz)
13
DESCRIPTION
15Combines the given transformation with a transformation which scales
16coordinates by the given vector.
17
SINCE
195.1.3
20
SEE ALSO
22al_use_projection_transform(3)
2324
25
26
Allegro reference manual al_scale_transform_3d(3)