C# Class Monobjc.GLKit.GLKMatrix2

Afficher le fichier Open project: Monobjc/monobjc Class Usage Examples

Méthodes publiques

Свойство Type Description
m00 float
m10 float

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Runtime.InteropServices

this() public méthode

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

Property Details

m00 public_oe property

public float m00
Résultat float

m10 public_oe property

public float m10
Résultat float