Robotics Library  0.7.0
Namespaces | Typedefs
Rotation.h File Reference
#include "Matrix.h"
Include dependency graph for Rotation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 rl
 Robotics Library.
 
 rl::math
 Common mathematical functions.
 

Typedefs

typedef Matrix33 rl::math::Rotation
 
typedef Matrix33Block rl::math::RotationBlock
 
typedef Matrix33Column rl::math::RotationColumn
 
typedef Matrix33Row rl::math::RotationRow
 
typedef ConstMatrix33Block rl::math::ConstRotationBlock
 
typedef ConstMatrix33Column rl::math::ConstRotationColumn
 
typedef ConstMatrix33Row rl::math::ConstRotationRow
 
typedef ::Eigen::AngleAxis< Real > rl::math::AngleAxis