lib/ellipse.rb in gmath3D-0.2.4 vs lib/ellipse.rb in gmath3D-0.2.5
- old
+ new
@@ -1,11 +1,11 @@
-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
+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