14#include "sensorring/platform/SensorringExport.hpp"
SENSORRING_EXPORT const Vector3 eulerRadiansFromRotationMatrix(const Matrix3 &rot_m)
Calculate euler angles of a rotation from a rotation matrix (RPY-convention).
SENSORRING_EXPORT const Matrix3 rotMatrixFromEulerRadians(const Vector3 &rotation_rad)
Calculate a rotation matrix from euler angles (RPY-convention).
SENSORRING_EXPORT const Matrix3 rotMatrixFromEulerDegrees(const Vector3 &rotation_deg)
Calculate a rotation matrix from euler angles (RPY-convention).
SENSORRING_EXPORT const Vector3 eulerDegreesFromRotationMatrix(const Matrix3 &rot_m)
Calculate euler angles of a rotation from a rotation matrix (RPY-convention).
Implementation of a matrix of size 3 × 3.
Implementation of a vector with length 3.
Matrix of size 3 × 3.
Definition Matrix3.hpp:26
Vector of length 3.
Definition Vector3.hpp:25