Sha256: a971bd11dd8c617b26b4f7971d5513bc59761b03562b874b7ee0680e3f378612
Contents?: true
Size: 490 Bytes
Versions: 5
Compression:
Stored size: 490 Bytes
Contents
# -*- coding: utf-8 -*- %w[../xot ../rucy ../rays ../reflex .] .map {|s| File.expand_path "../../#{s}/lib", __FILE__} .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)} require 'test/unit' require 'xot/test' require 'rubysketch' include Xot::Test unless $RAYS_NOAUTOINIT #def Rays.fin! () end end def assert_equal_vector (v1, v2, delta = 0.000001) assert_in_delta v1.x, v2.x, delta assert_in_delta v1.y, v2.y, delta assert_in_delta v1.z, v2.z, delta end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rubysketch-0.3.8 | test/helper.rb |
rubysketch-0.3.7 | test/helper.rb |
rubysketch-0.3.6 | test/helper.rb |
rubysketch-0.3.5 | test/helper.rb |
rubysketch-0.3.4 | test/helper.rb |