Point
Point.__init__()
Geometric class for point objects.
python:tuple
The point’s location (number \(x\)-tuple, \(x\) > 1).
Examples
>>> p = Point((1, 3))
Methods
__init__(loc)
__init__