C# Class SFML.Graphics.Glsl.Mat3

Mostrar archivo Open project: SFML/SFML.Net Class Usage Examples

Public Methods

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

Method Details

Mat3() public method

Construct the Mat3 from a SFML Transform
public Mat3 ( Transform transform ) : System.Runtime.InteropServices
transform Transform A SFML
return System.Runtime.InteropServices

Mat3() public method

Construct the Mat3 from its components
Arguments are in row-major order
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
return System.Runtime.InteropServices