.TH "al_transform_coordinates(3alleg5) Allegro reference manual" "" "" "" "" .SH NAME .PP al_transform_coordinates \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ void\ al_transform_coordinates(const\ ALLEGRO_TRANSFORM\ *trans,\ float\ *x,\ float\ *y) \f[] .fi .SH DESCRIPTION .PP Transform a pair of coordinates. .PP \f[I]Parameters:\f[] .IP \[bu] 2 trans \- Transformation to use .IP \[bu] 2 x, y \- Pointers to the coordinates .SH SEE ALSO .PP al_use_transform(3alleg5)