1al_transform_coordinates(3)                        al_transform_coordinates(3)
2
3
4

NAME

6       al_transform_coordinates - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

14       Transform a pair of coordinates.
15
16       Parameters:
17
18       • trans - Transformation to use
19
20       • x, y - Pointers to the coordinates
21

SEE ALSO

23       al_use_transform(3), al_transform_coordinates_3d(3)
24
25
26
27Allegro reference manual                           al_transform_coordinates(3)
Impressum