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