classMatrix34 05

oup>

Matrix34& Matrix34::operator *= const Matrix34 other  )  [inline]
  Definition at line 55 of file Matrix34.h.

int Matrix34::operator!= const Matrix34 a  )  const [inline]
  Definition at line 75 of file Matrix34.h.

int Matrix34::operator== const Matrix34 a  )  const [inline]
  Definition at line 74 of file Matrix34.h.

Vector4& Matrix34::operator[] int  row  )  [inline]
  Definition at line 58 of file Matrix34.h.

const Vector4& Matrix34::operator[] int  row  )  const [inline]
  Definition at line 57 of file Matrix34.h.

void Matrix34::Set const Vector4 a,
const Vector4 b,
const Vector4 c
[inline]
 

Definition at line 166 of file Matrix34.h.

References FALSE, InitBottomRow(), and SetIdentity().

Referenced by Matrix34().

Here is the call graph for this function:

void Matrix34::SetIdentity  )  [inline]
 

Definition at line 60 of file Matrix34.h.

References TRUE.

Referenced by Matrix34(), Set(), and SetTranslate().

void Matrix34::SetIdentity BOOL  state  )  [inline]
 

Definition at line 52 of file Matrix34.h.

Referenced by Identity34().

void Matrix34::SetTranslate const Vector t  )  [inline]
 

Definition at line 216 of file Matrix34.h.

References FALSE, SetIdentity(), Vector::x, Vector::y, and Vector::z.

Referenced by InvertRotateTranslate().

Here is the call graph for this function:

Matrix34 Matrix34::Transpose void   )  const [inline]
 

Definition at line 465 of file Matrix34.h.

References Matrix34().

Referenced by CreateEulerMatrix().

Here is the call graph for this function: