/** * Returns the current screen rotation angle * @return Screen rotation angle */ Angle GetScreenAngle() const { return screen_rotation.GetAngle(); }
Angle GetAngle() const { return rotation.GetAngle(); }