Sha256: 701d63de6f9ccf859014e370d4a3bfec50bd67e17e85581240d17274e5a34dc7

Contents?: true

Size: 177 Bytes

Versions: 3

Compression:

Stored size: 177 Bytes

Contents

# -*- coding: utf-8 -*-

##
# A generic geometery space.
#
#  * Intended to be implemented via Array.
#  * Intended to be N-dimensional.
#
module Space
  module Array
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sixarm_ruby_geometry-4.0.0 lib/sixarm_ruby_geometry/space/array.rb
sixarm_ruby_geometry-3.1.1 lib/sixarm_ruby_geometry/space/array.rb
sixarm_ruby_geometry-3.0.0 lib/sixarm_ruby_geometry/space/array.rb