.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_copy_transform" "3" "" "Allegro reference manual" .SH NAME al_copy_transform \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_copy_transform(ALLEGRO_TRANSFORM *dest, const ALLEGRO_TRANSFORM *src) .EE .SH DESCRIPTION Makes a copy of a transformation. .PP \f[I]Parameters:\f[R] .IP \[bu] 2 dest \- Source transformation .IP \[bu] 2 src \- Destination transformation