1al_transform_coordinates(3) al_transform_coordinates(3)
23
4
NAME
6al_transform_coordinates - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_transform_coordinates(const ALLEGRO_TRANSFORM *trans, float *x, float *y)
12
DESCRIPTION
14Transform a pair of coordinates.
1516
Parameters:
1718
• trans - Transformation to use
1920
• x, y - Pointers to the coordinates
21
SEE ALSO
23al_use_transform(3), al_transform_coordinates_3d(3)
2425
26
27
Allegro reference manual al_transform_coordinates(3)