Box3d

Inheritance diagram of Imath.Box3d
class Box3d

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.Box3d) -> None

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

  3. __init__(self: Imath.Box3d, arg0: Imath.V3d) -> None

  4. __init__(self: Imath.Box3d, arg0: Imath.V3d, arg1: Imath.V3d) -> None

center(self: Imath.Box3d) Imath.V3d
extendBy(*args, **kwargs)

Overloaded function.

  1. extendBy(self: Imath.Box3d, arg0: Imath.V3d) -> None

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

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

Overloaded function.

  1. intersects(self: Imath.Box3d, arg0: Imath.V3d) -> bool

  2. intersects(self: Imath.Box3d, arg0: Imath.Box3d) -> bool

isEmpty(self: Imath.Box3d) bool
majorAxis(self: Imath.Box3d) int
makeEmpty(self: Imath.Box3d) None
size(self: Imath.Box3d) Imath.V3d