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.

get_area() float
get_inv_mass() float
get_normal() panda3d.core.LVector3
get_pos() panda3d.core.LPoint3
get_velocity() panda3d.core.LVector3
property inv_mass float
is_attached() int
property normal LVector3
property pos LPoint3
property velocity LVector3