Skip to content

classMatrix34 04

Member Function Documentation

Matrix34 Matrix34::GetScaleMatrix void   )  const [inline]
 

Definition at line 236 of file Matrix34.h.

References Matrix34(), and NoTranslate().

Referenced by GetScaleVector().

Here is the call graph for this function:

Vector Matrix34::GetScaleVector void   )  const [inline]
 

Definition at line 241 of file Matrix34.h.

References GetScaleMatrix().

Here is the call graph for this function:

Vector Matrix34::GetTranslate void   )  const [inline]
  Definition at line 224 of file Matrix34.h.

Vector Matrix34::GetXAxis  )  const [inline]
  Definition at line 76 of file Matrix34.h.

Vector Matrix34::GetYAxis  )  const [inline]
 

Definition at line 77 of file Matrix34.h.

Referenced by RotateEuler::RotateEuler(), and RotateVector::RotateVector().

Vector Matrix34::GetZAxis  )  const [inline]
 

Definition at line 78 of file Matrix34.h.

Referenced by RotateEuler::RotateEuler(), and RotateVector::RotateVector().

void Matrix34::InitBottomRow  )  [inline]
 

Definition at line 53 of file Matrix34.h.

Referenced by Identity34(), and Set().

Matrix34 Matrix34::Inverse void   )  const [inline]
 

Definition at line 472 of file Matrix34.h.

References Matrix44::Inverse(), ToMatrix34, and ToMatrix44.

Here is the call graph for this function:

Matrix34 Matrix34::InvertRotateTranslate  )  const [inline]
 

Definition at line 82 of file Matrix34.h.

References SetTranslate().

Here is the call graph for this function:

Matrix34 Matrix34::NoTranslate void   )  const [inline]
 

Definition at line 229 of file Matrix34.h.

References Matrix34().

Referenced by GetScaleMatrix().

Here is the call graph for this function:

Vector Matrix34::operator * const Vector  )  const [inline]
  Definition at line 460 of file Matrix34.h.

Matrix34 Matrix34::operator * const Matrix34  )  const