| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletSoftBody |
| Modifier and Type | Method and Description |
|---|---|
btSoftBodyJointArray |
btSoftBodyJointArray.getPointer(long i) |
btSoftBodyJointArray |
btSoftBody.m_joints() |
btSoftBodyJointArray |
btSoftBodyJointArray.position(long position) |
btSoftBodyJointArray |
btSoftBodyJointArray.put(btSoftBodyJointArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btSoftBodyJointArray.copyFromArray(btSoftBodyJointArray otherArray) |
btSoftBody |
btSoftBody.m_joints(btSoftBodyJointArray setter) |
btSoftBodyJointArray |
btSoftBodyJointArray.put(btSoftBodyJointArray other) |
| Constructor and Description |
|---|
btSoftBodyJointArray(btSoftBodyJointArray 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.