/ . / _chimera / BBox
BBox() -> BBox
BBox(_x: BBox) -> BBox attributes:
Methods
|
|
|
merge
|
merge ( self, b )
merge(b: BBox)
|
|
add
|
add ( self, xyz )
add(xyz: Point)
|
|
inside
|
inside ( self, xyz )
inside(xyz: Point) -> bool
|
|
center
|
center ( self )
center() -> Point
|
|
xform
|
xform ( self, xf )
xform(xf: Xform)
|
|
|