Sha256: 16da7efdacc5d35f6005e110a8f6f510a40f202da573f0beffaaf73f3af88661
Contents?: true
Size: 250 Bytes
Versions: 7
Compression:
Stored size: 250 Bytes
Contents
module GMath3D class Geom private @@default_tolerance = 1e-6 @tolerance public attr_accessor :tolerance def initialize @tolerance = @@default_tolerance end def self.default_tolerance @@default_tolerance end end end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
gmath3D-1.0.0 | lib/geom.rb |
gmath3D-0.2.4 | lib/geom.rb |
gmath3D-0.2.3 | lib/geom.rb |
gmath3D-0.2.2 | lib/geom.rb |
gmath3D-0.2.1 | lib/geom.rb |
gmath3D-0.2.0 | lib/geom.rb |
gmath3D-0.1.1 | lib/geom.rb |