.\" Automatically generated by Pandoc 3.1.6.2 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_transform_coordinates" "3" "" "Allegro reference manual" "" .hy .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[R] .fi .SH DESCRIPTION .PP 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 .PP al_use_transform(3), al_transform_coordinates_3d(3)