public class RotoZoom {
public static SDL.Surface rotozoom ( SDL.Surface src,
double degrees,
double zoom,
int smooth ) ;
public static SDL.Surface rotozoom_xy ( SDL.Surface src,
double degrees,
double zoomx,
double zoomy,
int smooth ) ;
public static void rotozoom_size ( int width,
int height,
double degrees,
double zoom,
int dstwidth,
int dstheight ) ;
public static void rotozoom_size_xy ( int width,
int height,
double degrees,
double zoomx,
double zoomy,
int dstwidth,
int dstheight ) ;
public static SDL.Surface zoom ( SDL.Surface src,
double zoomx,
double zoomy,
int smooth ) ;
public static void zoom_size ( int width,
int height,
double zoomx,
double zoomy,
int dstwidth,
int dstheight ) ;
}

public static SDL.Surface rotozoom ( SDL.Surface src,
double degrees,
double zoom,
int smooth ) ;
public static SDL.Surface rotozoom_xy ( SDL.Surface src,
double degrees,
double zoomx,
double zoomy,
int smooth ) ;
public static void rotozoom_size ( int width,
int height,
double degrees,
double zoom,
int dstwidth,
int dstheight ) ;
public static void rotozoom_size_xy ( int width,
int height,
double degrees,
double zoomx,
double zoomy,
int dstwidth,
int dstheight ) ;
public static SDL.Surface zoom ( SDL.Surface src,
double zoomx,
double zoomy,
int smooth ) ;
public static void zoom_size ( int width,
int height,
double zoomx,
double zoomy,
int dstwidth,
int dstheight ) ;
Created by Valadoc