Class: Class

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

Instance Method Summary collapse

Instance Method Details

#geo_magic(api) ⇒ Object



2
3
4
5
6
7
8
9
# File 'lib/geo_magic/meta.rb', line 2

def geo_magic api
  case api
  when :calc, :calculate
    include GeoMagic::Calculate
  when :remote
    include GeoMagic::Remote
  end
end