|
Blender
V3.3
|
#include <btSoftBody.h>
Public Attributes | |
| btSoftBody * | body |
| eFeature::_ | feature |
| soft body More... | |
| int | index |
| feature type More... | |
| btScalar | fraction |
| feature index More... | |
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(), btSoftMultiBodyDynamicsWorld::rayTestSingle(), btSoftRigidDynamicsWorld::rayTestSingle(), and btDeformableMultiBodyDynamicsWorld::rayTestSingle().
| int btSoftBody::sRayCast::index |
feature type
Definition at line 205 of file btSoftBody.h.
Referenced by btSoftBody::rayFaceTest(), btSoftBody::rayTest(), btSoftMultiBodyDynamicsWorld::rayTestSingle(), btSoftRigidDynamicsWorld::rayTestSingle(), and btDeformableMultiBodyDynamicsWorld::rayTestSingle().