Sha256: 4bdf51223f73fe36972faa293e9a9191a7976ce526edec97d02ce8f2e1d62932

Contents?: true

Size: 179 Bytes

Versions: 3

Compression:

Stored size: 179 Bytes

Contents

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

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