1al_transform_coordinates_3d(3)                  al_transform_coordinates_3d(3)
2
3
4

NAME

6       al_transform_coordinates_3d - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

15       Transform x, y, z coordinates.
16
17       Parameters:
18
19       · trans - Transformation to use
20
21       · x, y, z - Pointers to the coordinates
22
23       Since 5.1.9
24

SEE ALSO

26       al_use_transform(3), al_transform_coordinates(3)
27
28
29
30Allegro reference manual                        al_transform_coordinates_3d(3)
Impressum