C# Class MonoGdx.XnaExt.Matrix

Mostra file Open project: jaquadro/MonoGdx

Public Methods

Method Description
CreateOrthographic ( float left, float right, float bottom, float top, float near, float far ) : Matrix
CreateOrthographic2D ( float x, float y, float width, float height ) : Matrix
CreateOrthographic2D ( float x, float y, float width, float height, float near, float far ) : Matrix
Translate ( Microsoft.Xna.Framework &matrix, Vector3 amount ) : void

Method Details

CreateOrthographic() public static method

public static CreateOrthographic ( float left, float right, float bottom, float top, float near, float far ) : Matrix
left float
right float
bottom float
top float
near float
far float
return Microsoft.Xna.Framework.Matrix

CreateOrthographic2D() public static method

public static CreateOrthographic2D ( float x, float y, float width, float height ) : Matrix
x float
y float
width float
height float
return Microsoft.Xna.Framework.Matrix

CreateOrthographic2D() public static method

public static CreateOrthographic2D ( float x, float y, float width, float height, float near, float far ) : Matrix
x float
y float
width float
height float
near float
far float
return Microsoft.Xna.Framework.Matrix

Translate() public static method

public static Translate ( Microsoft.Xna.Framework &matrix, Vector3 amount ) : void
matrix Microsoft.Xna.Framework
amount Vector3
return void