Latitude in radians.
58 59 60
# File 'lib/gpx/point.rb', line 58 def latr @latr ||= (@lat * D_TO_R) end