Package pyvision :: Package types :: Module Rect
[hide private]
[frames] | no frames]

Module Rect

source code

Classes [hide private]
  Rect
This is a simple structure that represents a rectangle.
Functions [hide private]
 
BoundingRect(*points)
Create a rectangle that includes all of the points or rectangles.
source code
 
CenteredRect(cx, cy, w, h)
Specify a rectangle using a center point and a width and height.
source code
 
test()
Run some simple rectangle tests.
source code
Variables [hide private]
  __package__ = 'pyvision.types'