point-rect

A pair of classes to provide points and rectangles


Keywords
rectangle, rectangles, rect, rects, point, points
License
MIT
Install
pip install point-rect==2.0.0

Documentation

point-rect

A pair of classes to provide points and rectangles.

Copied from here, cleaned up, added to, and turned into a PyPI package.

Install with:

pip install point-rect

And import with:

from point_rect import Point, Rect