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