C# 클래스 Ypsilon.GraphicsUtility

파일 보기 프로젝트 열기: ZaneDubya/YCPU

공개 메소드들

메소드 설명
CreateProjectionMatrixScreenCentered ( GraphicsDevice graphics ) : Matrix
CreateProjectionMatrixScreenOffset ( GraphicsDevice graphics ) : Matrix
CreateProjectionMatrixScreenOffset ( int w, int h ) : Matrix

메소드 상세

CreateProjectionMatrixScreenCentered() 공개 정적인 메소드

public static CreateProjectionMatrixScreenCentered ( GraphicsDevice graphics ) : Matrix
graphics GraphicsDevice
리턴 Microsoft.Xna.Framework.Matrix

CreateProjectionMatrixScreenOffset() 공개 정적인 메소드

public static CreateProjectionMatrixScreenOffset ( GraphicsDevice graphics ) : Matrix
graphics GraphicsDevice
리턴 Microsoft.Xna.Framework.Matrix

CreateProjectionMatrixScreenOffset() 공개 정적인 메소드

public static CreateProjectionMatrixScreenOffset ( int w, int h ) : Matrix
w int
h int
리턴 Microsoft.Xna.Framework.Matrix