Box3f¶

-
class
Box3f¶ Bases:
pybind11_builtins.pybind11_objectConstructors
__init__(*args, **kwargs)Overloaded function. Methods
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.Box3f) -> None
- __init__(self: Imath.Box3f, arg0: Imath.Box3f) -> None
- __init__(self: Imath.Box3f, arg0: Imath.V3f) -> None
- __init__(self: Imath.Box3f, arg0: Imath.V3f, arg1: Imath.V3f) -> None
-
center(self: Imath.Box3f) → Imath.V3f¶
-
extendBy(*args, **kwargs)¶ Overloaded function.
- extendBy(self: Imath.Box3f, arg0: Imath.V3f) -> None
- extendBy(self: Imath.Box3f, arg0: Imath.Box3f) -> None
-
hasVolume(self: Imath.Box3f) → bool¶
-
intersects(*args, **kwargs)¶ Overloaded function.
- intersects(self: Imath.Box3f, arg0: Imath.V3f) -> bool
- intersects(self: Imath.Box3f, arg0: Imath.Box3f) -> bool
-
isEmpty(self: Imath.Box3f) → bool¶
-
majorAxis(self: Imath.Box3f) → int¶
-
makeEmpty(self: Imath.Box3f) → None¶
-
size(self: Imath.Box3f) → Imath.V3f¶
-