List of utility methods to do Radian to Degree Convert
return rad * TO_DEGREES;
return (rad * 180 / Math.PI);