C# Class NewTOAPIA.Graphics.mat2

Inheritance: NewTOAPIA.MatrixSquare
Exibir arquivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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 method

public mat2 ( ) : NewTOAPIA
return NewTOAPIA

mat2() public method

public mat2 ( IMatrix x ) : NewTOAPIA
x IMatrix
return NewTOAPIA

mat2() public method

public mat2 ( double x ) : NewTOAPIA
x double
return NewTOAPIA

mat2() public method

public mat2 ( double a00, double a10, double a01, double a11 ) : NewTOAPIA
a00 double
a10 double
a01 double
a11 double
return NewTOAPIA

mat2() public method

public mat2 ( float a00, float a10, float a01, float a11 ) : NewTOAPIA
a00 float
a10 float
a01 float
a11 float
return NewTOAPIA

mat2() public method

public mat2 ( vec2 r0, vec2 r1 ) : NewTOAPIA
r0 vec2
r1 vec2
return NewTOAPIA

this() public method

public this ( int column ) : vec2
column int
return vec2