Package topo :: Package base :: Module boundingregion :: Class Unbounded
[hide private]
[frames] | no frames]

Class Unbounded

source code


Instance Methods [hide private]
 
contains(self, x, y) source code
 
scale(self, xs, ys) source code
 
translate(self, xoff, yoff) source code
 
rotate(self, theta) source code
 
aarect(self) source code
 
centroid(self)
Return the coordinates of the center of this BoundingBox
source code

Inherited from BoundingRegion: __getstate__, __setstate__, set

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from BoundingRegion (private): _aarect

Inherited from object: __class__

Method Details [hide private]

contains(self, x, y)

source code 
Overrides: BoundingRegion.contains

scale(self, xs, ys)

source code 
Overrides: BoundingRegion.scale

translate(self, xoff, yoff)

source code 
Overrides: BoundingRegion.translate

rotate(self, theta)

source code 
Overrides: BoundingRegion.rotate

aarect(self)

source code 
Overrides: BoundingRegion.aarect

centroid(self)

source code 
Return the coordinates of the center of this BoundingBox
Overrides: BoundingRegion.centroid
(inherited documentation)