Contents:
libpysal.cg.
Point
Geometric class for point objects.
python:tuple
The point’s location (number \(x\)-tuple, \(x\) > 1).
Examples
>>> p = Point((1, 3))
__init__
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(self, loc)
Initialize self.