Go to the source code of this file.
|
template<typename Real > |
Matrix2x2< Real > | gte::Adjoint (Matrix2x2< Real > const &M) |
|
template<typename Real > |
Real | gte::Determinant (Matrix2x2< Real > const &M) |
|
template<typename Real > |
Real | gte::GetRotationAngle (Matrix2x2< Real > const &rotation) |
|
template<typename Real > |
Matrix2x2< Real > | gte::Inverse (Matrix2x2< Real > const &M, bool *reportInvertibility=nullptr) |
|
template<typename Real > |
void | gte::MakeRotation (Real angle, Matrix2x2< Real > &rotation) |
|
template<typename Real > |
Real | gte::Trace (Matrix2x2< Real > const &M) |
|