List of utility methods to do Degree to Radian Convert
return deg * TO_RADIANS;
return (deg * Math.PI / 180.0);