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       Note: If you are using a projection transform you most likely will want
24       to use al_transform_coordinates_3d_projective(3) instead.
25
26       Since 5.1.9
27

SEE ALSO

29       al_use_transform(3), al_transform_coordinates(3)
30
31
32
33Allegro reference manual                        al_transform_coordinates_3d(3)
Impressum