1al_copy_transform(3) al_copy_transform(3)
23
4
NAME
6al_copy_transform - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_copy_transform(ALLEGRO_TRANSFORM *dest, const ALLEGRO_TRANSFORM *src)
12
DESCRIPTION
14Makes a copy of a transformation.
1516
Parameters:
1718
• dest - Source transformation
1920
• src - Destination transformation
2122
23
24
Allegro reference manual al_copy_transform(3)