C# 클래스 Monobjc.GLKit.GLKMatrix2

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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