Namespaces | Typedefs | Functions
GteMatrix4x4.h File Reference
#include <Mathematics/GteMatrix.h>
#include <Mathematics/GteVector4.h>
Include dependency graph for GteMatrix4x4.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 gte
 

Typedefs

template<typename Real >
using gte::Matrix4x4 = Matrix< 4, 4, Real >
 

Functions

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)
 


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:04