BulletMinkowskiSumShape

from panda3d.bullet import BulletMinkowskiSumShape
class BulletMinkowskiSumShape

Bases:

Bases: BulletShape

Inheritance diagram

Inheritance diagram of BulletMinkowskiSumShape

__init__(copy: BulletMinkowskiSumShape)
__init__(shape_a: BulletShape, shape_b: BulletShape)
static getClassType() panda3d.core.TypeHandle
getShapeA() BulletShape
getShapeB() BulletShape
getTransformA() panda3d.core.TransformState
getTransformB() panda3d.core.TransformState
setTransformA(ts: panda3d.core.TransformState)
setTransformB(ts: panda3d.core.TransformState)
property shape_a BulletShape
property shape_b BulletShape
property transform_a ConstPointerTo_TransformState
property transform_b ConstPointerTo_TransformState