SYNOPSIS

  • #include <allegro5/allegro.h>
    
    void al_transform_coordinates(const ALLEGRO_TRANSFORM *trans, float *x, float *y)
    
    

DESCRIPTION

Transform a pair of coordinates.

Parameters:

\[bu]

trans - Transformation to use

\[bu]

x, y - Pointers to the coordinates

RELATED TO al_transform_coordinates…

al_use_transform(3alleg5)