libpysal.cg.
Point
(loc)[source]¶Geometric class for point objects.
__init__
(self, loc)[source]¶Returns an instance of a Point object.
__init__((number, number)) -> Point
Test tag: <tc>#is#Point.__init__</tc> Test tag: <tc>#tests#Point.__init__</tc>
Examples
>>> p = Point((1, 3))
Methods
|
Returns an instance of a Point object. |