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