improved Quaternion class:

- Euler angles and angle axis conversions,
 - stable spherical interpolation
 - documentation
 - update the respective unit test
This commit is contained in:
Gael Guennebaud
2008-06-03 13:43:29 +00:00
parent bcb32839c2
commit 196f38f5db
3 changed files with 169 additions and 21 deletions

View File

@@ -8,6 +8,10 @@ namespace Eigen {
#include "src/Geometry/Cross.h"
#include "src/Geometry/Quaternion.h"
// the Geometry module use cwiseCos and cwiseSin which are defined in the Array module
#include "src/Array/CwiseOperators.h"
#include "src/Array/Functors.h"
} // namespace Eigen
#endif // EIGEN_GEOMETRY_MODULE_H