#include <Matrix44.h>
Collaboration diagram for Matrix44:
Public Member Functions | |
Matrix44 () | |
Matrix44 (const Matrix44 &m) | |
Matrix44 (float fill) | |
Matrix44 (const Vector4 &v0, const Vector4 &v1, const Vector4 &v2, const Vector4 &v3) | |
Matrix44 (const Quaternion &quat) | |
Matrix44 & | operator *= (const Matrix44 &other) |
const Vector4 & | operator[] (int row) const |
Vector4 & | operator[] (int row) |
void | SetIdentity () |
Matrix44 | Transpose () const |
Matrix44 | Inverse () const |
Matrix44 | operator * (const Matrix44 &b) const |
Vector | operator * (const Vector &v) const |
Vector4 | operator * (const Vector4 &v) const |
Protected Attributes | |
Vector4 | v [4] |
Friends | |
MATRIXEXPORT Matrix44 | Identity44 () |
Definition at line 16 of file Matrix44.h.
|
Definition at line 28 of file Matrix44.h. Referenced by Transpose(). |
|
Definition at line 116 of file Matrix44.h. References v. |
|
Definition at line 30 of file Matrix44.h. |
|
Definition at line 37 of file Matrix44.h. |
|
|
|
Referenced by Matrix34::Inverse(). |
|
Definition at line 146 of file Matrix44.h. |
|
Definition at line 140 of file Matrix44.h. |
|
|
|
Definition at line 46 of file Matrix44.h. |
|
Definition at line 48 of file Matrix44.h. |
|
Definition at line 47 of file Matrix44.h. |
|
Definition at line 124 of file Matrix44.h. References Vector4::Set(). Here is the call graph for this function: ![]() |
|
Definition at line 132 of file Matrix44.h. References Matrix44(). Here is the call graph for this function: ![]() |
|
Definition at line 151 of file Matrix44.h. |
|
Definition at line 24 of file Matrix44.h. Referenced by Matrix44(). |
Generated on Thu Oct 27 11:47:00 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001