C# Class NewTOAPIA.Graphics.mat3

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

Méthodes publiques

Méthode Description
ToString ( ) : string

Scale by sx, sy

mat3 ( ) : System
mat3 ( IMatrix x ) : System
mat3 ( double x ) : System
operator ( ) : mat3
operator ( ) : vec3
this ( int i ) : vec3

Method Details

ToString() public méthode

Scale by sx, sy
public ToString ( ) : string
Résultat string

mat3() public méthode

public mat3 ( ) : System
Résultat System

mat3() public méthode

public mat3 ( IMatrix x ) : System
x IMatrix
Résultat System

mat3() public méthode

public mat3 ( double x ) : System
x double
Résultat System

operator() public static méthode

public static operator ( ) : mat3
Résultat mat3

operator() public static méthode

public static operator ( ) : vec3
Résultat vec3

this() public méthode

public this ( int i ) : vec3
i int
Résultat vec3