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