Go to the source code of this file.
|
| template<typename Real > |
| Matrix4x4< Real > | gte::Adjoint (Matrix4x4< Real > const &M) |
| |
| template<typename Real > |
| Real | gte::Determinant (Matrix4x4< Real > const &M) |
| |
| template<typename Real > |
| Matrix4x4< Real > | gte::Inverse (Matrix4x4< Real > const &M, bool *reportInvertibility=nullptr) |
| |
| template<typename Real > |
| Matrix4x4< Real > | gte::MakeObliqueProjection (Vector4< Real > const &origin, Vector4< Real > const &normal, Vector4< Real > const &direction) |
| |
| template<typename Real > |
| Matrix4x4< Real > | gte::MakePerspectiveProjection (Vector4< Real > const &origin, Vector4< Real > const &normal, Vector4< Real > const &eye) |
| |
| template<typename Real > |
| Matrix4x4< Real > | gte::MakeReflection (Vector4< Real > const &origin, Vector4< Real > const &normal) |
| |
| template<typename Real > |
| Real | gte::Trace (Matrix4x4< Real > const &M) |
| |