| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletDynamics |
| Modifier and Type | Method and Description |
|---|---|
btSolverConstraintArray |
btSolverConstraintArray.getPointer(long i) |
btSolverConstraintArray |
btSolverConstraintArray.position(long position) |
btSolverConstraintArray |
btSolverConstraintArray.put(btSolverConstraintArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btSolverConstraintArray.copyFromArray(btSolverConstraintArray otherArray) |
btSolverConstraintArray |
btSolverConstraintArray.put(btSolverConstraintArray other) |
void |
btBatchedConstraints.setup(btSolverConstraintArray constraints,
btSolverBodyArray bodies,
int batchingMethod,
int minBatchSize,
int maxBatchSize,
btCharArray scratchMemory) |
void |
btTypedConstraint.setupSolverConstraint(btSolverConstraintArray ca,
int solverBodyA,
int solverBodyB,
double timeStep)
internal method used by the constraint solver, don't use them directly
|
boolean |
btBatchedConstraints.validate(btSolverConstraintArray constraints,
btSolverBodyArray bodies) |
| Constructor and Description |
|---|
btSolverConstraintArray(btSolverConstraintArray 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.