| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletDynamics |
| Modifier and Type | Method and Description |
|---|---|
btRigidBodyArray |
btDiscreteDynamicsWorld.getNonStaticRigidBodies() |
btRigidBodyArray |
btRigidBodyArray.getPointer(long i) |
btRigidBodyArray |
btRigidBodyArray.position(long position) |
btRigidBodyArray |
btRigidBodyArray.put(btRigidBodyArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btRigidBodyArray.copyFromArray(btRigidBodyArray otherArray) |
btRigidBodyArray |
btRigidBodyArray.put(btRigidBodyArray other) |
| Constructor and Description |
|---|
btRigidBodyArray(btRigidBodyArray 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.