C# 클래스 Transvoxel.Math.Matrix3X3

파일 보기 프로젝트 열기: BinaryConstruct/Transvoxel-XNA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
M11 float
M12 float
M13 float
M21 float
M22 float
M23 float
M31 float
M32 float
M33 float

공개 메소드들

메소드 설명
Matrix3X3 ( Vector3f col1, Vector3f col2, Vector3f col3 )
Matrix3X3 ( float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33 )
operator ( ) : Vector3f
operator ( ) : Vector3i

메소드 상세

Matrix3X3() 공개 메소드

public Matrix3X3 ( Vector3f col1, Vector3f col2, Vector3f col3 )
col1 Vector3f
col2 Vector3f
col3 Vector3f

Matrix3X3() 공개 메소드

public Matrix3X3 ( float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33 )
m11 float
m12 float
m13 float
m21 float
m22 float
m23 float
m31 float
m32 float
m33 float

operator() 공개 정적인 메소드

public static operator ( ) : Vector3f
리턴 Vector3f

operator() 공개 정적인 메소드

public static operator ( ) : Vector3i
리턴 Vector3i

프로퍼티 상세

M11 공개적으로 프로퍼티

public float M11
리턴 float

M12 공개적으로 프로퍼티

public float M12
리턴 float

M13 공개적으로 프로퍼티

public float M13
리턴 float

M21 공개적으로 프로퍼티

public float M21
리턴 float

M22 공개적으로 프로퍼티

public float M22
리턴 float

M23 공개적으로 프로퍼티

public float M23
리턴 float

M31 공개적으로 프로퍼티

public float M31
리턴 float

M32 공개적으로 프로퍼티

public float M32
리턴 float

M33 공개적으로 프로퍼티

public float M33
리턴 float