Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/tile.rb

Instance Method Summary collapse

Instance Method Details

#radObject



4
5
6
# File 'lib/tile.rb', line 4

def rad
	return self / 180.0 * Math::PI
end