Table of Contents

Class: Point2D ./DataStructures.py

Simple Wrapper class for a point in 2D-space. Used for Graph Embeddings. Use: Point2D([x,y]) or Point2D(x,y)

Embedding

Methods   
__init__
  __init__ 
__init__ (
        self,
        x=None,
        y=None,
        )


Table of Contents

This document was automatically generated on Fri Mar 15 11:15:02 2002 by HappyDoc version 2.0