require 'gmath3D' module GMath3D # # class Ellipse < Geom def initialize(origin = Vector3.new(), axis1 = Vector3.new(1,0,0), axis2 = Vector3.new(0,1,0)) end end end