Sha256: 6753218d4bfaf6a409f305a70bf94b8c0e798111452083f272404c10a2975133
Contents?: true
Size: 189 Bytes
Versions: 3
Compression:
Stored size: 189 Bytes
Contents
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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gmath3D-1.0.0 | lib/ellipse.rb |
gmath3D-0.2.4 | lib/ellipse.rb |
gmath3D-0.2.3 | lib/ellipse.rb |