|
NAMEal_use_transform - Allegro 5 APISYNOPSIS
DESCRIPTIONSets the transformation to be used for the the drawing operations on the target bitmap (each bitmap maintains its own transformation). Every drawing operation after this call will be transformed using this transformation. Call this function with an identity transformation to return to the default behaviour.This function does nothing if there is no target bitmap. The parameter is passed by reference as an optimization to avoid the overhead of stack copying. The reference will not be stored in the Allegro library so it is safe to pass references to local variables.
Parameters:
SEE ALSOal_get_current_transform(3), al_transform_coordinates(3)
Visit the GSP FreeBSD Man Page Interface. |