C# Class GtkGL.GLObjectRotationController

Datei anzeigen Open project: mono/gtkglarea-sharp Class Usage Examples

Public Methods

Method Description
GLObjectRotationController ( IGLObject glObject ) : System
ResetRotationHandler ( object o, System e ) : void
UpdateEntryFields ( ) : void

Private Methods

Method Description
UpdateObjectRotation ( object o, EventArgs e ) : void
UpdateRotationValues ( object o, EventArgs e ) : void

Method Details

GLObjectRotationController() public method

public GLObjectRotationController ( IGLObject glObject ) : System
glObject IGLObject
return System

ResetRotationHandler() public method

public ResetRotationHandler ( object o, System e ) : void
o object
e System
return void

UpdateEntryFields() public method

public UpdateEntryFields ( ) : void
return void