Changeset 1669 for gaphas/branches
- Timestamp:
- 07/18/07 11:08:08 (1 year ago)
- Files:
-
- gaphas/branches/hw/gaphas/geometry.py (modified) (1 diff)
- gaphas/branches/hw/gaphas/quadtree.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/branches/hw/gaphas/geometry.py
r1597 r1669 211 211 212 212 def __contains__(self, obj): 213 """ Check if a point (x, y) in inside rectangle (x, y, width, height) 213 """ 214 Check if a point (x, y) in inside rectangle (x, y, width, height) 214 215 or if a rectangle instance is inside with the rectangle. 215 216
