al_transform_coordinates(3) al_transform_coordinates(3)NAME
al_transform_coordinates - Allegro 5 APISYNOPSIS
#include <allegro5/allegro.h> void al_transform_coordinates(const ALLEGRO_TRANSFORM *trans, float *x, float *y)DESCRIPTION
Transform a pair of coordinates. Parameters: o trans - Transformation to use o x, y - Pointers to the coordinatesSEE ALSO
al_use_transform(3) Allegro reference manual al_transform_coordinates(3)