Sha256: 169aadefec4c2ac42d06b034fe92b11de58a5d549390719d7b4c38f7f1f9fac7

Contents?: true

Size: 201 Bytes

Versions: 3

Compression:

Stored size: 201 Bytes

Contents

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

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