C# 클래스 GlMatrix.mat3

파일 보기 프로젝트 열기: Arlorean/Silverlight-WebGL 1 사용 예제들

공개 메소드들

메소드 설명
ToArray ( ) : GLfloat[]
create ( mat3 mat = null ) : mat3
identity ( mat3 dest ) : mat3
set ( mat3 mat, mat3 dest ) : mat3
this ( int i ) : System.Single
transpose ( mat3 mat, mat3 dest = null ) : mat3

비공개 메소드들

메소드 설명
toMat4 ( mat3 mat, mat4 dest ) : mat4

메소드 상세

ToArray() 공개 메소드

public ToArray ( ) : GLfloat[]
리턴 GLfloat[]

create() 공개 정적인 메소드

public static create ( mat3 mat = null ) : mat3
mat mat3
리턴 mat3

identity() 공개 정적인 메소드

public static identity ( mat3 dest ) : mat3
dest mat3
리턴 mat3

set() 공개 정적인 메소드

public static set ( mat3 mat, mat3 dest ) : mat3
mat mat3
dest mat3
리턴 mat3

this() 공개 메소드

public this ( int i ) : System.Single
i int
리턴 System.Single

transpose() 공개 정적인 메소드

public static transpose ( mat3 mat, mat3 dest = null ) : mat3
mat mat3
dest mat3
리턴 mat3