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