Go to the source code of this file.
Functions | |
BOOST_PYTHON_MODULE (geometry) | |
double | testInAngleAxis (Eigen::AngleAxisd aa) |
double | testInQuaternion (Eigen::Quaterniond q) |
Eigen::AngleAxisd | testOutAngleAxis () |
Eigen::Quaterniond | testOutQuaternion () |
BOOST_PYTHON_MODULE | ( | geometry | ) |
Definition at line 23 of file geometry.cpp.
double testInAngleAxis | ( | Eigen::AngleAxisd | aa | ) |
Definition at line 15 of file geometry.cpp.
double testInQuaternion | ( | Eigen::Quaterniond | q | ) |
Definition at line 21 of file geometry.cpp.
Eigen::AngleAxisd testOutAngleAxis | ( | ) |
Definition at line 11 of file geometry.cpp.
Eigen::Quaterniond testOutQuaternion | ( | ) |
Definition at line 17 of file geometry.cpp.