Box2

class pythreejs.Box2(min=[0, 0], max=[0, 0], )[source]

Box2

Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/math/Box2

Inherits ThreeWidget.

Three.js docs: https://threejs.org/docs/#api/math/Box2

min
Vector2(default_value=[0, 0]).tag(sync=True)
max
Vector2(default_value=[0, 0]).tag(sync=True)
max = Vector2((0, 0))

a tuple of any type

min = Vector2((0, 0))

a tuple of any type