Module
SDL::Gfx
In:
lib/ruby-sdl-ffi/gfx/blitfunc.rb
lib/ruby-sdl-ffi/gfx/rotozoom.rb
lib/ruby-sdl-ffi/gfx/imagefilter.rb
lib/ruby-sdl-ffi/gfx/framerate.rb
lib/ruby-sdl-ffi/gfx/primitives.rb
lib/ruby-sdl-ffi/gfx.rb
Methods
rotozoomSurfaceSize
rotozoomSurfaceSizeXY
sdl_func
zoomSurfaceSize
Classes and Modules
Class
SDL::Gfx::BlitInfo
Class
SDL::Gfx::FPSmanager
Class
SDL::Gfx::TColorRGBA
Class
SDL::Gfx::TColorY
Constants
SMOOTHING_OFF
=
0
SMOOTHING_ON
=
1
FPS_UPPER_LIMIT
=
200
FPS_LOWER_LIMIT
=
1
FPS_DEFAULT
=
30
M_PI
=
3.141592654
Public Class methods
rotozoomSurfaceSize
( width, height, angle, zoom )
rotozoomSurfaceSizeXY
( width, height, angle, zoomx, zoomy )
sdl_func
( name, args, ret )
zoomSurfaceSize
( width, height, zoomx, zoomy )
[Validate]