C# 클래스 idTech4.Geometry.idJointMatrix

파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( idJointMatrix m ) : bool

Exact compare, no epsilon.

Equals ( idJointMatrix m, float epsilon ) : bool

Compare, with epsilon.

Equals ( object obj ) : bool
ToMatrix ( ) : Matrix
ToVector3 ( ) : Vector3
Transform ( idJointMatrix x, idJointMatrix y ) : idJointMatrix
idJointMatrix ( float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34 ) : System
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

Exact compare, no epsilon.
public Equals ( idJointMatrix m ) : bool
m idJointMatrix
리턴 bool

Equals() 공개 메소드

Compare, with epsilon.
public Equals ( idJointMatrix m, float epsilon ) : bool
m idJointMatrix
epsilon float
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

ToMatrix() 공개 메소드

public ToMatrix ( ) : Matrix
리턴 Matrix

ToVector3() 공개 메소드

public ToVector3 ( ) : Vector3
리턴 Vector3

Transform() 공개 정적인 메소드

public static Transform ( idJointMatrix x, idJointMatrix y ) : idJointMatrix
x idJointMatrix
y idJointMatrix
리턴 idJointMatrix

idJointMatrix() 공개 메소드

public idJointMatrix ( float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34 ) : System
m11 float
m12 float
m13 float
m14 float
m21 float
m22 float
m23 float
m24 float
m31 float
m32 float
m33 float
m34 float
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool