Sha256: 54bb7023cc815da942b174bfe189ecd2c956132ac849d7dc2ea613e8ef48207d

Contents?: true

Size: 252 Bytes

Versions: 5

Compression:

Stored size: 252 Bytes

Contents

module GeoUnits
  module Constants
    def radians_per_degree
      Math::PI / 180.0
    end

    def pi_div_rad
      0.0174
    end

    def kms_per_mile
      1.609
    end

    def meters_per_feet
      3.2808399
    end

    extend self
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
geo_units-0.3.4 lib/geo_units/constants.rb
geo_units-0.3.3 lib/geo_units/constants.rb
geo_units-0.3.2 lib/geo_units/constants.rb
geo_units-0.3.1.1 lib/geo_units/constants.rb
geo_units-0.3.1 lib/geo_units/constants.rb