Panda3D
|
Public Member Functions | |
__init__ (const BulletSoftBodyNodeElement) | |
float | getArea () |
float | getInvMass () |
LVector3 | getNormal () |
LPoint3 | getPos () |
LVector3 | getVelocity () |
int | isAttached () |
Static Public Member Functions | |
static BulletSoftBodyNodeElement | empty () |
Named constructor intended to be used for asserts with have to return a concrete value. More... | |
Public Attributes | |
float | area |
int | attached |
float | inv_mass |
LVector3 | normal |
LPoint3 | pos |
LVector3 | velocity |
__init__ | ( | const | BulletSoftBodyNodeElement | ) |
|
static |
Named constructor intended to be used for asserts with have to return a concrete value.
float getArea | ( | ) |
float getInvMass | ( | ) |
LVector3 getNormal | ( | ) |
LPoint3 getPos | ( | ) |
LVector3 getVelocity | ( | ) |
int isAttached | ( | ) |
float area |
int attached |
float inv_mass |
LVector3 normal |
LPoint3 pos |
LVector3 velocity |