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