C# Class GLDemo.GearsDemo

Afficher le fichier Open project: mono/tsunami-bindings

Méthodes publiques

Méthode 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

Méthode Description
MakeGear ( double inner_radius, double outer_radius, double width, int teeth, double tooth_depth ) : void
MakeGears ( ) : void

Method Details

Main() public static méthode

public static Main ( string args ) : int
args string
Résultat int

MainLoop() public static méthode

public static MainLoop ( ) : void
Résultat void

idle() public static méthode

public static idle ( ) : void
Résultat void

key() public static méthode

public static key ( byte c, int x, int y ) : void
c byte
x int
y int
Résultat void

mydisp() public static méthode

public static mydisp ( ) : void
Résultat void

reshape() public static méthode

public static reshape ( int width, int height ) : void
width int
height int
Résultat void