- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
Matrix44 Class Reference¶
#include <Matrix44.h>
Collaboration diagram for Matrix44:
Collaboration graph
[legend]
| 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 () |