BulletBoxShape

from panda3d.bullet import BulletBoxShape
class BulletBoxShape

Bases:

Bases: BulletShape

Inheritance diagram

Inheritance diagram of BulletBoxShape

__init__(copy: BulletBoxShape)
__init__(halfExtents: panda3d.core.LVecBase3)
static get_class_type() panda3d.core.TypeHandle
get_half_extents_with_margin() panda3d.core.LVecBase3
get_half_extents_without_margin() panda3d.core.LVecBase3
property half_extents_with_margin LVecBase3
property half_extents_without_margin LVecBase3
static make_from_solid(solid: panda3d.core.CollisionBox) BulletBoxShape