Sha256: 363cdeeff6a5e06bd53bf973e09b736a09027c5c3395aaff5ce6e9e59b703697
Contents?: true
Size: 172 Bytes
Versions: 15
Compression:
Stored size: 172 Bytes
Contents
module RGeo module Geographic class SphericalPointImpl def to_a [x, y, z] end def [] index to_a[index] end end end end
Version data entries
15 entries across 15 versions & 2 rubygems