13 constexpr
double period() const noexcept {
return 360.0; }
14 double getAngle() const noexcept {
return angle; }
friend bool operator!=(const Rotation &lhs, const Rotation &rhs)
double getAngle() const noexcept
friend bool operator==(const Rotation &lhs, const Rotation &rhs)
constexpr double period() const noexcept
T wrap(T value, T min, T max)