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