Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin_base/hugin_math/Matrix3.h File Reference
#include <hugin_shared.h>#include <math.h>#include <hugin_math/Vector3.h>Include dependency graph for Matrix3.h:

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

Go to the source code of this file.
Classes | |
| class | Matrix3 |
| general : Matrix3 is a class for handling 3x3 Matrix manipulation. More... | |
Functions | |
| Matrix3 | GetRotationAroundU (const Vector3 &U, double Angle) |
| return the rotation matrix around vector U : checked | |
| Matrix3 | GetRotationAroundU (const Vector3 &da) |
| std::ostream & | operator<< (std::ostream &s, const Matrix3 &m) |
Function Documentation
|
|
|
|
||||||||||||
|
return the rotation matrix around vector U : checked
|
|
||||||||||||
|
|
1.3.9.1