class Float

Public Instance Methods

rad() click to toggle source
# File lib/fgmapping/tile.rb, line 4
def rad
        return self / 180.0 * Math::PI
end