# File ../lib/fox/glshapes.rb, line 28 def initialize(*args) if args.length == 0 @pos = [0.0, 0.0, 0.0] elsif args.length == 3 @pos = [args[0], args[1], args[2]] else @pos = args[0] end end