C# Class Monobjc.GLKit.GLKMatrix2

Mostra file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
m00 float
m10 float

Public Methods

Method Description
GLKMatrix2 ( float m00, float m01, float m10, float m11 ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.GLKit.GLKMatrix2 struct.

this ( int index ) : float

Gets or sets the value at the specified index.

Method Details

GLKMatrix2() public method

Initializes a new instance of the Monobjc.GLKit.GLKMatrix2 struct.
public GLKMatrix2 ( float m00, float m01, float m10, float m11 ) : System.Runtime.InteropServices
m00 float
m01 float
m10 float
m11 float
return System.Runtime.InteropServices

this() public method

Gets or sets the value at the specified index.
public this ( int index ) : float
index int
return float

Property Details

m00 public_oe property

public float m00
return float

m10 public_oe property

public float m10
return float