1al_transform_coordinates_4d(3) al_transform_coordinates_4d(3)
2
3
4
6 al_transform_coordinates_4d - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 void al_transform_coordinates_4d(const ALLEGRO_TRANSFORM *trans,
12 float *x, float *y, float *z, float *w)
13
15 Transform x, y, z, w coordinates.
16
17 Parameters:
18
19 · trans - Transformation to use
20
21 · x, y, z, w - Pointers to the coordinates
22
23 Since 5.2.4
24
26 al_use_transform(3), al_transform_coordinates(3), al_transform_coordi‐
27 nates_3d(3)
28
29
30
31Allegro reference manual al_transform_coordinates_4d(3)