BulletSoftBodyNodeElement

from panda3d.bullet import BulletSoftBodyNodeElement
class BulletSoftBodyNodeElement

Bases:

Inheritance diagram

Inheritance diagram of BulletSoftBodyNodeElement

__init__(param0: BulletSoftBodyNodeElement)
property area float
property attached int
static empty() BulletSoftBodyNodeElement

Named constructor intended to be used for asserts with have to return a concrete value.

getArea() float
getInvMass() float
getNormal() panda3d.core.LVector3
getPos() panda3d.core.LPoint3
getVelocity() panda3d.core.LVector3
property inv_mass float
isAttached() int
property normal LVector3
property pos LPoint3
property velocity LVector3