al_build_transform

void al_build_transform(ALLEGRO_TRANSFORM *trans, float x, float y,
   float sx, float sy, float theta)
Introduced in 5.0.0

Builds a transformation given some parameters. This call is equivalent to calling the transformations in this order: make identity, scale, rotate, translate. This method is faster, however, than actually calling those functions.

Parameters:

See also: al_translate_transform, al_rotate_transform, al_scale_transform, al_compose_transform

Examples: ex_prim, ex_threads


Most helpful discussions:

Other recent discussions: