C# Class NewTOAPIA.Graphics.mat2

Inheritance: NewTOAPIA.MatrixSquare
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
mat2 ( ) : NewTOAPIA
mat2 ( IMatrix x ) : NewTOAPIA
mat2 ( double x ) : NewTOAPIA
mat2 ( double a00, double a10, double a01, double a11 ) : NewTOAPIA
mat2 ( float a00, float a10, float a01, float a11 ) : NewTOAPIA
mat2 ( vec2 r0, vec2 r1 ) : NewTOAPIA
this ( int column ) : vec2

Method Details

mat2() public méthode

public mat2 ( ) : NewTOAPIA
Résultat NewTOAPIA

mat2() public méthode

public mat2 ( IMatrix x ) : NewTOAPIA
x IMatrix
Résultat NewTOAPIA

mat2() public méthode

public mat2 ( double x ) : NewTOAPIA
x double
Résultat NewTOAPIA

mat2() public méthode

public mat2 ( double a00, double a10, double a01, double a11 ) : NewTOAPIA
a00 double
a10 double
a01 double
a11 double
Résultat NewTOAPIA

mat2() public méthode

public mat2 ( float a00, float a10, float a01, float a11 ) : NewTOAPIA
a00 float
a10 float
a01 float
a11 float
Résultat NewTOAPIA

mat2() public méthode

public mat2 ( vec2 r0, vec2 r1 ) : NewTOAPIA
r0 vec2
r1 vec2
Résultat NewTOAPIA

this() public méthode

public this ( int column ) : vec2
column int
Résultat vec2