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