C# Class FireflyGL.Camera

Show file Open project: LukaHorvat/Kento Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
Camera ( ) : System
GetApsoluteMouse ( int X, int Y ) : System.Vector2

Private Methods

Method Description
updateMatrices ( ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Camera() public method

public Camera ( ) : System
return System

GetApsoluteMouse() public method

public GetApsoluteMouse ( int X, int Y ) : System.Vector2
X int
Y int
return System.Vector2