In the calculation to change the latitude and longitude to Cartesian (x,y,z) the first step is converting latitude and longitude to Radian. Anyone know why we have to do this and not just use the angles of longitude and latitude?

This is the instruction that i got from one of the reference:

"All latitude and longitude data must be converted into radians. If the coordinates are in degrees.minutes.seconds format, they must first be converted into decimal format. Then convert each decimal latitude and longitude into radians by multiplying each one by PI/180"

Please share if you know why we have to convert the data to rad?

Similar questions and discussions