man SDL::Tool::Graphic () - SDL::Tool::Graphic

NAME

SDL::Tool::Graphic

DESCRIPTION

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

METHODS

zoom ( surface, xzoom, yzoom, smooth )

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

rotoZoom ( surface, angle, zoom, smooth )

CWSDL::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