| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletDynamics | |
| org.bytedeco.bullet.LinearMath |
| Modifier and Type | Method and Description |
|---|---|
btCharArray |
btBatchedConstraints.m_phaseGrainSize() |
| Modifier and Type | Method and Description |
|---|---|
btBatchedConstraints |
btBatchedConstraints.m_phaseGrainSize(btCharArray setter) |
void |
btBatchedConstraints.setup(btSolverConstraintArray constraints,
btSolverBodyArray bodies,
int batchingMethod,
int minBatchSize,
int maxBatchSize,
btCharArray scratchMemory) |
| Modifier and Type | Method and Description |
|---|---|
btCharArray |
btCharArray.getPointer(long i) |
btCharArray |
btCharArray.position(long position) |
btCharArray |
btCharArray.put(btCharArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btCharArray.copyFromArray(btCharArray otherArray) |
btCharArray |
btCharArray.put(btCharArray other) |
| Constructor and Description |
|---|
btCharArray(btCharArray 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.