double getRotationAngleInRadians(double rotationAngle, Animation animation) { return rotationAngle * 3.14 / 180 * animation.value; }