.\" Automatically generated by Pandoc 3.5 .\" .TH "al_transform_coordinates" "3" "" "Allegro reference manual" .SH NAME al_transform_coordinates \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_transform_coordinates(const ALLEGRO_TRANSFORM *trans, float *x, float *y) .EE .SH DESCRIPTION Transform a pair of coordinates. .PP \f[I]Parameters:\f[R] .IP \[bu] 2 trans \- Transformation to use .IP \[bu] 2 x, y \- Pointers to the coordinates .SH SEE ALSO al_use_transform(3), al_transform_coordinates_3d(3)