Метод | Описание | |
---|---|---|
Mat3 ( Transform transform ) : System.Runtime.InteropServices |
Construct the Mat3 from a SFML Transform
|
|
Mat3 ( float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22 ) : System.Runtime.InteropServices |
Construct the Mat3 from its components Arguments are in row-major order |
public Mat3 ( Transform transform ) : System.Runtime.InteropServices | ||
transform | Transform | A SFML |
Результат | System.Runtime.InteropServices |
public Mat3 ( float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22 ) : System.Runtime.InteropServices | ||
a00 | float | |
a01 | float | |
a02 | float | |
a10 | float | |
a11 | float | |
a12 | float | |
a20 | float | |
a21 | float | |
a22 | float | |
Результат | System.Runtime.InteropServices |