I run into this occasionally and always forget how to do it.
One of those things that pop up ever so often.
Also, what\'s the formula to convert angles expre
360 degrees = 2*pi radians
That means deg2rad(x) = x*pi/180 and rad2deg(x) = 180x/pi;