# -*- 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