mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
improved Quaternion class:
- Euler angles and angle axis conversions, - stable spherical interpolation - documentation - update the respective unit test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user