C# Class PsmFramework.Engines.DrawEngine2d.Cameras.ScreenCamera

Inheritance: CameraBase
显示文件 Open project: artwallace/PsmFramework Class Usage Examples

Protected Methods

Method Description
CleanupBounds ( ) : void
CleanupCenter ( ) : void
InitializeBounds ( ) : void
InitializeCenter ( ) : void
RecalcProjectionMatrixHelper ( ) : void

Private Methods

Method Description
RecalcBounds ( ) : void
ScreenCamera ( DrawEngine2d drawEngine2d ) : System

Method Details

CleanupBounds() protected method

protected CleanupBounds ( ) : void
return void

CleanupCenter() protected method

protected CleanupCenter ( ) : void
return void

InitializeBounds() protected method

protected InitializeBounds ( ) : void
return void

InitializeCenter() protected method

protected InitializeCenter ( ) : void
return void

RecalcProjectionMatrixHelper() protected method

protected RecalcProjectionMatrixHelper ( ) : void
return void