#include "main.h"
#include <Eigen/Geometry>
#include <Eigen/LU>
#include <Eigen/SVD>
#include "AnnoyingScalar.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
T | bounded_acos (T v) |
template<typename PlainObjectType > | |
void | check_const_correctness (const PlainObjectType &) |
template<typename QuatType > | |
void | check_slerp (const QuatType &q0, const QuatType &q1) |
EIGEN_DECLARE_TEST (geo_quaternion) | |
template<typename Scalar > | |
void | mapQuaternion (void) |
template<typename Scalar , int Options> | |
void | quaternion (void) |
template<typename Scalar > | |
void | quaternionAlignment (void) |
Definition at line 17 of file geo_quaternion.cpp.
void check_const_correctness | ( | const PlainObjectType & | ) |
Definition at line 282 of file geo_quaternion.cpp.
void check_slerp | ( | const QuatType & | q0, |
const QuatType & | q1 | ||
) |
Definition at line 25 of file geo_quaternion.cpp.
EIGEN_DECLARE_TEST | ( | geo_quaternion | ) |
Definition at line 312 of file geo_quaternion.cpp.
void mapQuaternion | ( | void | ) |
Definition at line 184 of file geo_quaternion.cpp.
void quaternion | ( | void | ) |
Definition at line 46 of file geo_quaternion.cpp.
void quaternionAlignment | ( | void | ) |
Definition at line 261 of file geo_quaternion.cpp.