Box2f

Inheritance diagram of Imath.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

min

max

__init__(*args, **kwargs)

Overloaded function.

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

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

  3. __init__(self: Imath.Box2f, arg0: Imath.V2f) -> None

  4. __init__(self: Imath.Box2f, arg0: Imath.V2f, arg1: Imath.V2f) -> None

center(self: Imath.Box2f) Imath.V2f
extendBy(*args, **kwargs)

Overloaded function.

  1. extendBy(self: Imath.Box2f, arg0: Imath.V2f) -> None

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

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

Overloaded function.

  1. intersects(self: Imath.Box2f, arg0: Imath.V2f) -> bool

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