1al_scale_transform_3d(3)                              al_scale_transform_3d(3)
2
3
4

NAME

6       al_scale_transform_3d - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_scale_transform_3d(ALLEGRO_TRANSFORM *trans, float sx, float sy,
12                  float sz)
13

DESCRIPTION

15       Combines  the  given  transformation with a transformation which scales
16       coordinates by the given vector.
17

SINCE

19       5.1.3
20

SEE ALSO

22       al_use_projection_transform(3)
23
24
25
26Allegro reference manual                              al_scale_transform_3d(3)
Impressum