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