C# Class SFML.Graphics.Glsl.Mat4

Datei anzeigen Open project: SFML/SFML.Net Class Usage Examples

Public Methods

Method Description
Mat4 ( Transform transform ) : System.Runtime.InteropServices

Construct the Mat3 from a SFML Transform and expand it to a 4x4 matrix

Mat4 ( float a00, float a01, float a02, float a03, float a10, float a11, float a12, float a13, float a20, float a21, float a22, float a23, float a30, float a31, float a32, float a33 ) : System.Runtime.InteropServices

Construct the Mat4 from its components

Arguments are in row-major order

Method Details

Mat4() public method

Construct the Mat3 from a SFML Transform and expand it to a 4x4 matrix
public Mat4 ( Transform transform ) : System.Runtime.InteropServices
transform Transform A SFML
return System.Runtime.InteropServices

Mat4() public method

Construct the Mat4 from its components
Arguments are in row-major order
public Mat4 ( float a00, float a01, float a02, float a03, float a10, float a11, float a12, float a13, float a20, float a21, float a22, float a23, float a30, float a31, float a32, float a33 ) : System.Runtime.InteropServices
a00 float
a01 float
a02 float
a03 float
a10 float
a11 float
a12 float
a13 float
a20 float
a21 float
a22 float
a23 float
a30 float
a31 float
a32 float
a33 float
return System.Runtime.InteropServices