Box2f

- class Box2f
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.Box2f) -> None
__init__(self: Imath.Box2f, arg0: Imath.Box2f) -> None
__init__(self: Imath.Box2f, arg0: Imath.V2f) -> None
__init__(self: Imath.Box2f, arg0: Imath.V2f, arg1: Imath.V2f) -> None
- center(self: Imath.Box2f) Imath.V2f
- extendBy(*args, **kwargs)
Overloaded function.
extendBy(self: Imath.Box2f, arg0: Imath.V2f) -> None
extendBy(self: Imath.Box2f, arg0: Imath.Box2f) -> None
- hasVolume(self: Imath.Box2f) bool
- intersects(*args, **kwargs)
Overloaded function.
intersects(self: Imath.Box2f, arg0: Imath.V2f) -> bool
intersects(self: Imath.Box2f, arg0: Imath.Box2f) -> bool
- isEmpty(self: Imath.Box2f) bool
- majorAxis(self: Imath.Box2f) int
- makeEmpty(self: Imath.Box2f) None
- size(self: Imath.Box2f) Imath.V2f