Sha256: 3f9dd59cf2689112a8b5e0be7919db8b0821d792791c7fbb95fe3e9b07e297c6

Contents?: true

Size: 179 Bytes

Versions: 3

Compression:

Stored size: 179 Bytes

Contents

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

##
# A generic geometery space.
#
#  * Intended to be implemented via Vector.
#  * Intended to be N-dimensional.
#
module Space
  module Vector
  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/vector.rb
sixarm_ruby_geometry-3.1.1 lib/sixarm_ruby_geometry/space/vector.rb
sixarm_ruby_geometry-3.0.0 lib/sixarm_ruby_geometry/space/vector.rb