Drake
axis_angle.h File Reference

Utilities for arithmetic on axis-angle rotations. More...

#include <cmath>
#include <Eigen/Dense>
#include "drake/common/eigen_types.h"
#include "drake/math/quaternion.h"
Include dependency graph for axis_angle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 drake
 
 drake::math
 

Functions

template<typename Derived >
Vector4< typename Derived::Scalar > axis2quat (const Eigen::MatrixBase< Derived > &a)
 
template<typename Derived >
Matrix3< typename Derived::Scalar > axis2rotmat (const Eigen::MatrixBase< Derived > &a)
 
template<typename Derived >
Vector3< typename Derived::Scalar > axis2rpy (const Eigen::MatrixBase< Derived > &a)
 

Detailed Description

Utilities for arithmetic on axis-angle rotations.