SDL::Tool::Graphic.3pm

Langue: en

Version: 2003-03-13 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SDL::Tool::Graphic

DESCRIPTION

SDL::Tool::Graphic is a module for zooming and rotating SDL::Surface objects.

METHODS

zoom ( surface, xzoom, yzoom, smooth )

"SDL::Tool::Graphic::zoom" scales a SDL::Surface along the two axis independently, and returns a new SDL::Surface object.

rotoZoom ( surface, angle, zoom, smooth )

"SDL::Tool::Graphic::rotoZoom" rotates and fixed axis zooms a SDL::Surface and returns a new SDL::Surface object.

AUTHOR

Russell E. Valentine

SEE ALSO

perl SDL::Surface