-
Rolling ball radians vs degrees
If I’m rolling a ball across the screen I can use distanceTravelled = 2*pie*radius*transform.rotation/360.
Why don’t I have to convert the rotationAngle to degrees before I do the math? Since i’m using 360 (in degrees) I thought I would have had to: AE normally hands out the radian value when you ask about angle, no?