|
Blender V4.3
|
#include <btSoftBody.h>
Public Attributes | |
| btSoftBody * | body |
| eFeature::_ | feature |
| soft body | |
| int | index |
| feature type | |
| btScalar | fraction |
| feature index | |
Definition at line 201 of file btSoftBody.h.
| btSoftBody* btSoftBody::sRayCast::body |
Definition at line 203 of file btSoftBody.h.
Referenced by btSoftBody::rayFaceTest(), and btSoftBody::rayTest().
| eFeature::_ btSoftBody::sRayCast::feature |
soft body
Definition at line 204 of file btSoftBody.h.
Referenced by btSoftBody::rayTest(), btSoftMultiBodyDynamicsWorld::rayTestSingle(), and btSoftRigidDynamicsWorld::rayTestSingle().
| btScalar btSoftBody::sRayCast::fraction |
feature index
Definition at line 206 of file btSoftBody.h.
Referenced by btSoftBody::rayFaceTest(), btSoftBody::rayTest(), btDeformableMultiBodyDynamicsWorld::rayTestSingle(), btSoftMultiBodyDynamicsWorld::rayTestSingle(), and btSoftRigidDynamicsWorld::rayTestSingle().
| int btSoftBody::sRayCast::index |
feature type
Definition at line 205 of file btSoftBody.h.
Referenced by btSoftBody::rayFaceTest(), btSoftBody::rayTest(), btDeformableMultiBodyDynamicsWorld::rayTestSingle(), btSoftMultiBodyDynamicsWorld::rayTestSingle(), and btSoftRigidDynamicsWorld::rayTestSingle().