![]() |
EduArt Sensor Ring Library 3.0.1
|
Collection of math functions. More...
#include "sensorring/math/Matrix3.hpp"#include "sensorring/math/Vector3.hpp"#include "sensorring/platform/SensorringExport.hpp"Go to the source code of this file.
Functions | |
| SENSORRING_API const Vector3 | eduart::math::eulerDegreesFromRotationMatrix (const Matrix3 &rot_m) |
| SENSORRING_API const Vector3 | eduart::math::eulerRadiansFromRotationMatrix (const Matrix3 &rot_m) |
| SENSORRING_API const Matrix3 | eduart::math::rotMatrixFromEulerDegrees (const Vector3 &rotation_deg) |
| SENSORRING_API const Matrix3 | eduart::math::rotMatrixFromEulerRadians (const Vector3 &rotation_rad) |
Collection of math functions.
| SENSORRING_API const Vector3 eduart::math::eulerDegreesFromRotationMatrix | ( | const Matrix3 & | rot_m | ) |
Calculate euler angles of a rotation from a rotation matrix (RPY-convention)
| [in] | rot_m | Rotation matrix to be converted to euler angles |
| SENSORRING_API const Vector3 eduart::math::eulerRadiansFromRotationMatrix | ( | const Matrix3 & | rot_m | ) |
Calculate euler angles of a rotation from a rotation matrix (RPY-convention)
| [in] | rot_m | Rotation matrix to be converted to euler angles |
| SENSORRING_API const Matrix3 eduart::math::rotMatrixFromEulerDegrees | ( | const Vector3 & | rotation_deg | ) |
Calculate a rotation matrix from euler angles (RPY-convention)
| [in] | rotation_deg | Euler angles in degrees to be converted to a rotation matrix |
| SENSORRING_API const Matrix3 eduart::math::rotMatrixFromEulerRadians | ( | const Vector3 & | rotation_rad | ) |
Calculate a rotation matrix from euler angles (RPY-convention)
| [in] | rotation_deg | Euler angles in radians to be converted to a rotation matrix |