| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| |
|
| | |
| | |
| |
|
| |
|
| | #include "Eigen/Core" |
| | #include "Eigen/Geometry" |
| |
|
| | #include "Eigen/src/Core/util/DisableStupidWarnings.h" |
| |
|
| | namespace Eigen { |
| |
|
| | |
| | * \defgroup EulerAngles_Module EulerAngles module |
| | * \brief This module provides generic euler angles rotation. |
| | * |
| | * Euler angles are a way to represent 3D rotation. |
| | * |
| | * In order to use this module in your code, include this header: |
| | * \code |
| | * #include <unsupported/Eigen/EulerAngles> |
| | * \endcode |
| | * |
| | * See \ref EulerAngles for more information. |
| | * |
| | */ |
| |
|
| | } |
| |
|
| | #include "src/EulerAngles/EulerSystem.h" |
| | #include "src/EulerAngles/EulerAngles.h" |
| |
|
| | #include "Eigen/src/Core/util/ReenableStupidWarnings.h" |
| |
|
| | |
| |
|