SENSORRING_API const Matrix3 rotMatrixFromEulerDegrees(const Vector3 &rotation_deg)
SENSORRING_API const Vector3 eulerRadiansFromRotationMatrix(const Matrix3 &rot_m)
SENSORRING_API const Vector3 eulerDegreesFromRotationMatrix(const Matrix3 &rot_m)
SENSORRING_API const Matrix3 rotMatrixFromEulerRadians(const Vector3 &rotation_rad)
Implementation of a matrix of size 3 × 3.
Control the import and export of Windows DLL symbols.
Implementation of a vector with length 3.
Matrix of size 3 × 3.
Definition Matrix3.hpp:26
Vector of length 3.
Definition Vector3.hpp:25