# -*- coding: utf-8 -*- ## # A generic geometery point. # # * Intended to be implemented via Vector. # * Intended to be 1-dimensional. # module Point module Vector module D1 end end end