Skip to content

classMatrix44 03

Member Function Documentation

Matrix44 Matrix44::Inverse  )  const
  Referenced by Matrix34::Inverse().

Vector4 Matrix44::operator * const Vector4 v  )  const [inline]
  Definition at line 146 of file Matrix44.h.

Vector Matrix44::operator * const Vector v  )  const [inline]
 

Definition at line 140 of file Matrix44.h.

References Vector::x, Vector::y, and Vector::z.

Matrix44 Matrix44::operator * const Matrix44 b  )  const
 

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

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

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

void Matrix44::SetIdentity  )  [inline]
 

Definition at line 124 of file Matrix44.h.

References Vector4::Set().

Here is the call graph for this function:

Matrix44 Matrix44::Transpose  )  const [inline]
 

Definition at line 132 of file Matrix44.h.

References Matrix44().

Here is the call graph for this function: