
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) |
| template<typename Scalar > | |
| void | mapQuaternion (void) |
| template<typename Scalar , int Options> | |
| void | quaternion (void) |
| template<typename Scalar > | |
| void | quaternionAlignment (void) |
| void | test_geo_quaternion () |
Definition at line 16 of file geo_quaternion.cpp.
| void check_const_correctness | ( | const PlainObjectType & | ) |
Definition at line 274 of file geo_quaternion.cpp.
| void check_slerp | ( | const QuatType & | q0, |
| const QuatType & | q1 | ||
| ) |
Definition at line 24 of file geo_quaternion.cpp.
| void mapQuaternion | ( | void | ) |
Definition at line 176 of file geo_quaternion.cpp.
| void quaternion | ( | void | ) |
Definition at line 45 of file geo_quaternion.cpp.
| void quaternionAlignment | ( | void | ) |
Definition at line 249 of file geo_quaternion.cpp.
| void test_geo_quaternion | ( | ) |
Definition at line 288 of file geo_quaternion.cpp.