Box2i

- class Box2i
Methods
__init__(*args, **kwargs)Overloaded function.
__repr__(self)center(self)extendBy(*args, **kwargs)Overloaded function.
hasVolume(self)intersects(*args, **kwargs)Overloaded function.
isEmpty(self)majorAxis(self)makeEmpty(self)size(self)Properties
minmax- __init__(*args, **kwargs)
Overloaded function.
__init__(self: Imath.Box2i) -> None
__init__(self: Imath.Box2i, arg0: Imath.Box2i) -> None
__init__(self: Imath.Box2i, arg0: Imath.V2i) -> None
__init__(self: Imath.Box2i, arg0: Imath.V2i, arg1: Imath.V2i) -> None
- center(self: Imath.Box2i) Imath.V2i
- extendBy(*args, **kwargs)
Overloaded function.
extendBy(self: Imath.Box2i, arg0: Imath.V2i) -> None
extendBy(self: Imath.Box2i, arg0: Imath.Box2i) -> None
- hasVolume(self: Imath.Box2i) bool
- intersects(*args, **kwargs)
Overloaded function.
intersects(self: Imath.Box2i, arg0: Imath.V2i) -> bool
intersects(self: Imath.Box2i, arg0: Imath.Box2i) -> bool
- isEmpty(self: Imath.Box2i) bool
- majorAxis(self: Imath.Box2i) int
- makeEmpty(self: Imath.Box2i) None
- size(self: Imath.Box2i) Imath.V2i