#include <Eigen/Dense>#include <limits.h>#include <cmath>

Go to the source code of this file.
Functions | |
| void | calculateRotation (Eigen::Vector3f &axis, float &theta, const Eigen::Vector3f &a, const Eigen::Vector3f &b) | 
| void calculateRotation | ( | Eigen::Vector3f & | axis, | 
| float & | theta, | ||
| const Eigen::Vector3f & | a, | ||
| const Eigen::Vector3f & | b | ||
| ) |  [inline] | 
        
Definition at line 43 of file RotationHelper.h.