#include "Three_Vector.h"Include dependency graph for Three_Matrix.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Vamos_Geometry |
Classes | |
| class | Vamos_Geometry::Singular_Matrix |
| class | Vamos_Geometry::Three_Matrix |
Functions | |
| const Vamos_Geometry::Three_Matrix | Vamos_Geometry::operator * (const Three_Matrix &mat1, const Three_Matrix &mat2) |
| const Three_Vector | Vamos_Geometry::operator * (const Three_Matrix &mat, const Three_Vector &vec) |
| const Vamos_Geometry::Three_Vector | Vamos_Geometry::operator * (const Three_Vector &vec, const Three_Matrix &mat) |
| const Vamos_Geometry::Three_Matrix | Vamos_Geometry::operator * (double factor, const Three_Matrix &mat) |
| const Vamos_Geometry::Three_Matrix | Vamos_Geometry::operator * (const Three_Matrix &mat, double factor) |
| std::ostream & | Vamos_Geometry::operator<< (std::ostream &os, Three_Matrix mat) |
| void | Vamos_Geometry::euler_angles (const Three_Matrix &mat, double *phi, double *theta, double *psi) |
1.4.6