BulletSoftBodyNodeElement¶
from panda3d.bullet import BulletSoftBodyNodeElement
-
class
BulletSoftBodyNodeElement
¶ Inheritance diagram
-
__init__
(param0: BulletSoftBodyNodeElement)¶
-
static
empty
() → BulletSoftBodyNodeElement¶ Named constructor intended to be used for asserts with have to return a concrete value.
-
getNormal
() → panda3d.core.LVector3¶
-
getPos
() → panda3d.core.LPoint3¶
-
getVelocity
() → panda3d.core.LVector3¶
-
property
normal
→ LVector3¶
-
property
pos
→ LPoint3¶
-
property
velocity
→ LVector3¶
-