| a11 | Keos::CMatrix4 | |
| a12 | Keos::CMatrix4 | |
| a13 | Keos::CMatrix4 | |
| a14 | Keos::CMatrix4 | |
| a21 | Keos::CMatrix4 | |
| a22 | Keos::CMatrix4 | |
| a23 | Keos::CMatrix4 | |
| a24 | Keos::CMatrix4 | |
| a31 | Keos::CMatrix4 | |
| a32 | Keos::CMatrix4 | |
| a33 | Keos::CMatrix4 | |
| a34 | Keos::CMatrix4 | |
| a41 | Keos::CMatrix4 | |
| a42 | Keos::CMatrix4 | |
| a43 | Keos::CMatrix4 | |
| a44 | Keos::CMatrix4 | |
| CMatrix4(Real m11=1.0f, Real m12=0.0f, Real m13=0.0f, Real m14=0.0f, Real m21=0.0f, Real m22=1.0f, Real m23=0.0f, Real m24=0.0f, Real m31=0.0f, Real m32=0.0f, Real m33=1.0f, Real m34=0.0f, Real m41=0.0f, Real m42=0.0f, Real m43=0.0f, Real m44=1.0f) | Keos::CMatrix4 | [inline] |
| Determinant() const | Keos::CMatrix4 | [inline] |
| GetTranslation() const | Keos::CMatrix4 | [inline] |
| Identity() | Keos::CMatrix4 | [inline] |
| Inverse() const | Keos::CMatrix4 | [inline] |
| LookAt(const TVector3F &From, const TVector3F &To, const TVector3F &Up=TVector3F(0, 1, 0)) | Keos::CMatrix4 | [inline] |
| operator *(const CMatrix4 &m) const | Keos::CMatrix4 | [inline] |
| operator *=(const CMatrix4 &m) | Keos::CMatrix4 | [inline] |
| operator *=(Real t) | Keos::CMatrix4 | [inline] |
| operator const Real *() const | Keos::CMatrix4 | [inline] |
| operator Real *() | Keos::CMatrix4 | [inline] |
| operator!=(const CMatrix4 &m) const | Keos::CMatrix4 | [inline] |
| operator()(size_t i, size_t j) | Keos::CMatrix4 | [inline] |
| operator()(size_t i, size_t j) const | Keos::CMatrix4 | [inline] |
| operator+() const | Keos::CMatrix4 | [inline] |
| operator+(const CMatrix4 &m) const | Keos::CMatrix4 | [inline] |
| operator+=(const CMatrix4 &m) | Keos::CMatrix4 | [inline] |
| operator-() const | Keos::CMatrix4 | [inline] |
| operator-(const CMatrix4 &m) const | Keos::CMatrix4 | [inline] |
| operator-=(const CMatrix4 &m) | Keos::CMatrix4 | [inline] |
| operator/=(Real t) | Keos::CMatrix4 | [inline] |
| operator==(const CMatrix4 &m) const | Keos::CMatrix4 | [inline] |
| OrthoOffCenter(Real Left, Real Top, Real Right, Real Bottom) | Keos::CMatrix4 | [inline] |
| PerspectiveFOV(Real Fov, Real Ratio, Real Near, Real Far) | Keos::CMatrix4 | [inline] |
| SetRotationX(Real Angle) | Keos::CMatrix4 | [inline] |
| SetRotationX(Real Angle, const TVector3F &Center) | Keos::CMatrix4 | [inline] |
| SetRotationY(Real Angle) | Keos::CMatrix4 | [inline] |
| SetRotationY(Real Angle, const TVector3F &Center) | Keos::CMatrix4 | [inline] |
| SetRotationZ(Real Angle) | Keos::CMatrix4 | [inline] |
| SetRotationZ(Real Angle, const TVector3F &Center) | Keos::CMatrix4 | [inline] |
| SetScaling(Real x, Real y, Real z) | Keos::CMatrix4 | [inline] |
| SetTranslation(Real x, Real y, Real z) | Keos::CMatrix4 | [inline] |
| SetTranslation(const TVector3F &Trans) | Keos::CMatrix4 | [inline] |
| Transform(const TVector3F &v, Real w=1.0f) const | Keos::CMatrix4 | [inline] |
| Transform(const TVector4F &v) const | Keos::CMatrix4 | [inline] |
| Transpose() const | Keos::CMatrix4 | [inline] |