All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Classes | Namespaces | Typedefs
Matrix3.hh File Reference
#include <cstring>
#include <ignition/math/Vector3.hh>
#include <ignition/math/Quaternion.hh>
Include dependency graph for Matrix3.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ignition::math::Matrix3< T >
 A 3x3 matrix class. More...
 

Namespaces

 ignition
 
 ignition::math
 Math classes and function useful in robot applications.
 

Typedefs

typedef Matrix3< double > ignition::math::Matrix3d
 
typedef Matrix3< float > ignition::math::Matrix3f
 
typedef Matrix3< int > ignition::math::Matrix3i