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 getClassType() panda3d.core.TypeHandle
getHalfExtentsWithMargin() panda3d.core.LVecBase3
getHalfExtentsWithoutMargin() panda3d.core.LVecBase3
property half_extents_with_margin LVecBase3
property half_extents_without_margin LVecBase3
static makeFromSolid(solid: panda3d.core.CollisionBox) BulletBoxShape