C# 클래스 MonoGdx.XnaExt.Matrix

파일 보기 프로젝트 열기: jaquadro/MonoGdx

공개 메소드들

메소드 설명
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

메소드 상세

CreateOrthographic() 공개 정적인 메소드

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
리턴 Microsoft.Xna.Framework.Matrix

CreateOrthographic2D() 공개 정적인 메소드

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

CreateOrthographic2D() 공개 정적인 메소드

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
리턴 Microsoft.Xna.Framework.Matrix

Translate() 공개 정적인 메소드

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