8#ifndef DESIGNLAB_MATH_ROT_CONVERTER_H_
9#define DESIGNLAB_MATH_ROT_CONVERTER_H_
22[[nodiscard]] Quaternion
ToQuaternion(
const RotationMatrix3x3& rot);
42[[nodiscard]] EulerXYZ
ToEulerXYZ(
const RotationMatrix3x3& rot);
47[[nodiscard]] EulerXYZ
ToEulerXYZ(
const Quaternion& q);
EulerXYZ ToEulerXYZ(const RotationMatrix3x3 &rot)
回転角行列からXYZオイラー角への変換.
RotationMatrix3x3 ToRotationMatrix(const Quaternion &q)
クォータニオンから回転角行列への変換.
Quaternion ToQuaternion(const RotationMatrix3x3 &rot)
回転角行列からクォータニオンへの変換.