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