| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletDynamics | |
| org.bytedeco.bullet.BulletSoftBody | |
| org.bytedeco.bullet.LinearMath |
| Modifier and Type | Method and Description |
|---|---|
btBoolArray |
btDantzigScratchMemory.state() |
| Modifier and Type | Method and Description |
|---|---|
btDantzigScratchMemory |
btDantzigScratchMemory.state(btBoolArray setter) |
| Modifier and Type | Method and Description |
|---|---|
btBoolArray |
DeformableContactConstraint.m_can_be_dynamic() |
btBoolArray |
btSoftBody.m_clusterConnectivity() |
btBoolArray |
DeformableContactConstraint.m_static() |
| Modifier and Type | Method and Description |
|---|---|
DeformableContactConstraint |
DeformableContactConstraint.m_can_be_dynamic(btBoolArray setter) |
btSoftBody |
btSoftBody.m_clusterConnectivity(btBoolArray setter) |
DeformableContactConstraint |
DeformableContactConstraint.m_static(btBoolArray setter) |
| Modifier and Type | Method and Description |
|---|---|
btBoolArray |
btBoolArray.getPointer(long i) |
btBoolArray |
btBoolArray.position(long position) |
btBoolArray |
btBoolArray.put(btBoolArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btBoolArray.copyFromArray(btBoolArray otherArray) |
btBoolArray |
btBoolArray.put(btBoolArray other) |
| Constructor and Description |
|---|
btBoolArray(btBoolArray 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.