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