C# Class OOGL.Matrix4Helper

Afficher le fichier Open project: tpb3d/TPB3D

Méthodes publiques

Méthode Description
CreateOrthographicProjection ( float left, float right, float top, float bottom, float near, float far ) : Matrix4
ToOpenGL ( Matrix4 source ) : float[]
ToOpenGL ( Matrix4 source, float &destination ) : void

Method Details

CreateOrthographicProjection() public static méthode

public static CreateOrthographicProjection ( float left, float right, float top, float bottom, float near, float far ) : Matrix4
left float
right float
top float
bottom float
near float
far float
Résultat Matrix4

ToOpenGL() public static méthode

public static ToOpenGL ( Matrix4 source ) : float[]
source Matrix4
Résultat float[]

ToOpenGL() public static méthode

public static ToOpenGL ( Matrix4 source, float &destination ) : void
source Matrix4
destination float
Résultat void