BulletMinkowskiSumShape¶
from panda3d.bullet import BulletMinkowskiSumShape
-
class
BulletMinkowskiSumShape
¶ Bases:
BulletShape
Inheritance diagram
-
__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) → None¶
-
setTransformB
(ts: panda3d.core.TransformState) → None¶
-
property
shape_a
→ BulletShape¶
-
property
shape_b
→ BulletShape¶
-
property
transform_a
→ ConstPointerTo_TransformState¶ Getter Setter
-
property
transform_b
→ ConstPointerTo_TransformState¶ Getter Setter
-