Table of Contents
Simple Wrapper class for a point in 2D-space. Used for Graph Embeddings. Use: Point2D([x,y]) or Point2D(x,y)
Embedding
__init__ ( self, x=None, y=None, )