C# Класс Monobjc.GLKit.GLKMatrix2

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
m00 float
m10 float

Открытые методы

Метод Описание
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.

Описание методов

GLKMatrix2() публичный Метод

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
Результат System.Runtime.InteropServices

this() публичный Метод

Gets or sets the value at the specified index.
public this ( int index ) : float
index int
Результат float

Описание свойств

m00 публичное свойство

public float m00
Результат float

m10 публичное свойство

public float m10
Результат float