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