Box3f

Inheritance diagram of Imath.Box3f
class Box3f

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

min

max

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: Imath.Box3f) -> None

  2. __init__(self: Imath.Box3f, arg0: Imath.Box3f) -> None

  3. __init__(self: Imath.Box3f, arg0: Imath.V3f) -> None

  4. __init__(self: Imath.Box3f, arg0: Imath.V3f, arg1: Imath.V3f) -> None

center(self: Imath.Box3f) Imath.V3f
extendBy(*args, **kwargs)

Overloaded function.

  1. extendBy(self: Imath.Box3f, arg0: Imath.V3f) -> None

  2. extendBy(self: Imath.Box3f, arg0: Imath.Box3f) -> None

hasVolume(self: Imath.Box3f) bool
intersects(*args, **kwargs)

Overloaded function.

  1. intersects(self: Imath.Box3f, arg0: Imath.V3f) -> bool

  2. 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