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