Box3i

Inheritance diagram of Imath.Box3i
class Box3i

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

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

  3. __init__(self: Imath.Box3i, arg0: Imath.V3i) -> None

  4. __init__(self: Imath.Box3i, arg0: Imath.V3i, arg1: Imath.V3i) -> None

center(self: Imath.Box3i) Imath.V3i
extendBy(*args, **kwargs)

Overloaded function.

  1. extendBy(self: Imath.Box3i, arg0: Imath.V3i) -> None

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

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

Overloaded function.

  1. intersects(self: Imath.Box3i, arg0: Imath.V3i) -> bool

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

isEmpty(self: Imath.Box3i) bool
majorAxis(self: Imath.Box3i) int
makeEmpty(self: Imath.Box3i) None
size(self: Imath.Box3i) Imath.V3i