C# Class Ypsilon.GraphicsUtility

Afficher le fichier Open project: ZaneDubya/YCPU

Méthodes publiques

Méthode Description
CreateProjectionMatrixScreenCentered ( GraphicsDevice graphics ) : Matrix
CreateProjectionMatrixScreenOffset ( GraphicsDevice graphics ) : Matrix
CreateProjectionMatrixScreenOffset ( int w, int h ) : Matrix

Method Details

CreateProjectionMatrixScreenCentered() public static méthode

public static CreateProjectionMatrixScreenCentered ( GraphicsDevice graphics ) : Matrix
graphics GraphicsDevice
Résultat Microsoft.Xna.Framework.Matrix

CreateProjectionMatrixScreenOffset() public static méthode

public static CreateProjectionMatrixScreenOffset ( GraphicsDevice graphics ) : Matrix
graphics GraphicsDevice
Résultat Microsoft.Xna.Framework.Matrix

CreateProjectionMatrixScreenOffset() public static méthode

public static CreateProjectionMatrixScreenOffset ( int w, int h ) : Matrix
w int
h int
Résultat Microsoft.Xna.Framework.Matrix