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