Skip to content

classMatrix33 04

Member Function Documentation

Vector Matrix33::GetXAxis  )  const [inline]
  Definition at line 57 of file Matrix33.h.

Vector Matrix33::GetYAxis  )  const [inline]
  Definition at line 58 of file Matrix33.h.

Vector Matrix33::GetZAxis  )  const [inline]
  Definition at line 59 of file Matrix33.h.

Matrix33 Matrix33::Inverse  )  const
 

void Matrix33::MakeOrthogonal  )  [inline]
 

Definition at line 80 of file Matrix33.h.

References Transpose().

Here is the call graph for this function:

Vector Matrix33::operator * const Vector v  )  const [inline]
  Definition at line 256 of file Matrix33.h.

Matrix33 Matrix33::operator * const Matrix33 b  )  const
 

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

Matrix33 & Matrix33::operator= const Matrix33 other  )  [inline]
 

Definition at line 229 of file Matrix33.h.

References v.

Vector& Matrix33::operator[] int  row  )  [inline]
  Definition at line 52 of file Matrix33.h.

const Vector& Matrix33::operator[] int  row  )  const [inline]
  Definition at line 51 of file Matrix33.h.

void Matrix33::Set float  fill  )  [inline]
  Definition at line 68 of file Matrix33.h.

void Matrix33::SetIdentity  )  [inline]
 

Definition at line 237 of file Matrix33.h.

References Vector::Set().

Here is the call graph for this function:

void Matrix33::SetTranslate const Vector2 t  )  [inline]
 

Definition at line 74 of file Matrix33.h.

References Vector2::x, and Vector2::y.

Matrix33 Matrix33::Transpose  )  const [inline]
 

Definition at line 244 of file Matrix33.h.

References