C# Class GLDemo.GearsDemo

显示文件 Open project: mono/tsunami-bindings

Public Methods

Method Description
Main ( string args ) : int
MainLoop ( ) : void
idle ( ) : void
key ( byte c, int x, int y ) : void
mydisp ( ) : void
reshape ( int width, int height ) : void

Private Methods

Method Description
MakeGear ( double inner_radius, double outer_radius, double width, int teeth, double tooth_depth ) : void
MakeGears ( ) : void

Method Details

Main() public static method

public static Main ( string args ) : int
args string
return int

MainLoop() public static method

public static MainLoop ( ) : void
return void

idle() public static method

public static idle ( ) : void
return void

key() public static method

public static key ( byte c, int x, int y ) : void
c byte
x int
y int
return void

mydisp() public static method

public static mydisp ( ) : void
return void

reshape() public static method

public static reshape ( int width, int height ) : void
width int
height int
return void