Sha256: 0f2a920d8a5ea8a33cfa637e207569ecd28dbdbf21baece37fc1332ae766800f
Contents?: true
Size: 655 Bytes
Versions: 1
Compression:
Stored size: 655 Bytes
Contents
# -*- coding: utf-8 -*- require "matrix" SOURCES = %w" point point/array point/array/d1 point/array/d2 point/array/d3 point/vector point/vector/d1 point/vector/d2 point/vector/d3 indexable indexable/d1 indexable/d2 indexable/d3 indexable/pitch indexable/rad indexable/width indexable/width_height indexable/width_height_depth indexable/x indexable/xy indexable/xyz indexable/yaw space space/array space/array/d1 space/array/d2 space/array/d3 space/vector space/vector/d1 space/vector/d2 space/vector/d3 " SOURCES.map{|x| require File.dirname(__FILE__) + "/sixarm_ruby_geometry/#{x}.rb" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sixarm_ruby_geometry-4.0.0 | lib/sixarm_ruby_geometry.rb |