| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletSoftBody |
| Modifier and Type | Method and Description |
|---|---|
btSoftBodyDeformableFaceRigidContactArray |
btSoftBodyDeformableFaceRigidContactArray.getPointer(long i) |
btSoftBodyDeformableFaceRigidContactArray |
btSoftBody.m_faceRigidContacts() |
btSoftBodyDeformableFaceRigidContactArray |
btSoftBodyDeformableFaceRigidContactArray.position(long position) |
btSoftBodyDeformableFaceRigidContactArray |
btSoftBodyDeformableFaceRigidContactArray.put(btSoftBodyDeformableFaceRigidContactArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btSoftBodyDeformableFaceRigidContactArray.copyFromArray(btSoftBodyDeformableFaceRigidContactArray otherArray) |
btSoftBody |
btSoftBody.m_faceRigidContacts(btSoftBodyDeformableFaceRigidContactArray setter) |
btSoftBodyDeformableFaceRigidContactArray |
btSoftBodyDeformableFaceRigidContactArray.put(btSoftBodyDeformableFaceRigidContactArray other) |
| Constructor and Description |
|---|
btSoftBodyDeformableFaceRigidContactArray(btSoftBodyDeformableFaceRigidContactArray otherArray)
Generally it is best to avoid using the copy constructor of an btAlignedObjectArray, and use a (const) reference to the array instead.
|
Copyright © 2024. All rights reserved.