| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision | |
| org.bytedeco.bullet.BulletDynamics | |
| org.bytedeco.bullet.BulletSoftBody | |
| org.bytedeco.bullet.LinearMath |
| Modifier and Type | Method and Description |
|---|---|
btIntArray |
btFace.m_indices() |
| Modifier and Type | Method and Description |
|---|---|
static int |
btDbvt._allocate(btIntArray ifree,
btDbvtStkNPSArray stock,
btDbvt.sStkNPS value) |
btFace |
btFace.m_indices(btIntArray setter) |
boolean |
btGImpactBvh.rayQuery(btVector3 ray_dir,
btVector3 ray_origin,
btIntArray collided_results)
returns the indices of the primitives in the m_primitive_manager
|
boolean |
btGImpactQuantizedBvh.rayQuery(btVector3 ray_dir,
btVector3 ray_origin,
btIntArray collided_results)
returns the indices of the primitives in the m_primitive_manager
|
| Modifier and Type | Method and Description |
|---|---|
btIntArray |
btDantzigScratchMemory.C() |
btIntArray |
btBatchedConstraints.m_constraintIndices() |
btIntArray |
btBatchedConstraints.m_phaseOrder() |
btIntArray |
btDantzigScratchMemory.p() |
| Modifier and Type | Method and Description |
|---|---|
btDantzigScratchMemory |
btDantzigScratchMemory.C(btIntArray setter) |
btBatchedConstraints |
btBatchedConstraints.m_constraintIndices(btIntArray setter) |
btBatchedConstraints |
btBatchedConstraints.m_phaseOrder(btIntArray setter) |
btDantzigScratchMemory |
btDantzigScratchMemory.p(btIntArray setter) |
double |
btSequentialImpulseConstraintSolverMt.resolveMultipleContactConstraints(btIntArray consIndices,
int batchBegin,
int batchEnd) |
double |
btSequentialImpulseConstraintSolverMt.resolveMultipleContactConstraintsInterleaved(btIntArray contactIndices,
int batchBegin,
int batchEnd) |
double |
btSequentialImpulseConstraintSolverMt.resolveMultipleContactFrictionConstraints(btIntArray consIndices,
int batchBegin,
int batchEnd) |
double |
btSequentialImpulseConstraintSolverMt.resolveMultipleContactRollingFrictionConstraints(btIntArray consIndices,
int batchBegin,
int batchEnd) |
double |
btSequentialImpulseConstraintSolverMt.resolveMultipleContactSplitPenetrationImpulseConstraints(btIntArray consIndices,
int batchBegin,
int batchEnd) |
double |
btSequentialImpulseConstraintSolverMt.resolveMultipleJointConstraints(btIntArray consIndices,
int batchBegin,
int batchEnd,
int iteration) |
boolean |
btLemkeSolver.solveMLCP(btMatrixXd A,
btVectorXd b,
btVectorXd x,
btVectorXd lo,
btVectorXd hi,
btIntArray limitDependency,
int numIterations) |
boolean |
btSolveProjectedGaussSeidel.solveMLCP(btMatrixXd A,
btVectorXd b,
btVectorXd x,
btVectorXd lo,
btVectorXd hi,
btIntArray limitDependency,
int numIterations) |
boolean |
btMLCPSolverInterface.solveMLCP(btMatrixXd A,
btVectorXd b,
btVectorXd x,
btVectorXd lo,
btVectorXd hi,
btIntArray limitDependency,
int numIterations) |
boolean |
btDantzigSolver.solveMLCP(btMatrixXd A,
btVectorXd b,
btVectorXd x,
btVectorXd lo,
btVectorXd hi,
btIntArray limitDependency,
int numIterations) |
boolean |
btLemkeSolver.solveMLCP(btMatrixXd A,
btVectorXd b,
btVectorXd x,
btVectorXd lo,
btVectorXd hi,
btIntArray limitDependency,
int numIterations,
boolean useSparsity) |
boolean |
btSolveProjectedGaussSeidel.solveMLCP(btMatrixXd A,
btVectorXd b,
btVectorXd x,
btVectorXd lo,
btVectorXd hi,
btIntArray limitDependency,
int numIterations,
boolean useSparsity) |
boolean |
btMLCPSolverInterface.solveMLCP(btMatrixXd A,
btVectorXd b,
btVectorXd x,
btVectorXd lo,
btVectorXd hi,
btIntArray limitDependency,
int numIterations,
boolean useSparsity) |
boolean |
btDantzigSolver.solveMLCP(btMatrixXd A,
btVectorXd b,
btVectorXd x,
btVectorXd lo,
btVectorXd hi,
btIntArray limitDependency,
int numIterations,
boolean useSparsity) |
| Modifier and Type | Method and Description |
|---|---|
btIntArray |
btSoftBody.m_userIndexMapping() |
| Modifier and Type | Method and Description |
|---|---|
btSoftBody |
btSoftBody.m_userIndexMapping(btIntArray setter) |
| Modifier and Type | Method and Description |
|---|---|
btIntArray |
btIntArrayArray.at(int n) |
btIntArray |
btIntArrayArray.expand() |
btIntArray |
btIntArrayArray.expand(btIntArray fillValue) |
btIntArray |
btIntArrayArray.expandNonInitializing() |
btIntArray |
btConvexHullComputer.faces() |
btIntArray |
btIntArrayArray.get(int n) |
btIntArray |
btIntArray.getPointer(long i) |
btIntArray |
HullLibrary.m_vertexIndexMapping() |
btIntArray |
btConvexHullComputer.original_vertex_index() |
btIntArray |
btIntArray.position(long position) |
btIntArray |
btIntArray.put(btIntArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btIntArray.copyFromArray(btIntArray otherArray) |
btIntArray |
btIntArrayArray.expand(btIntArray fillValue) |
btConvexHullComputer |
btConvexHullComputer.faces(btIntArray setter) |
HullLibrary |
HullLibrary.m_vertexIndexMapping(btIntArray setter) |
btConvexHullComputer |
btConvexHullComputer.original_vertex_index(btIntArray setter) |
void |
btIntArrayArray.push_back(btIntArray _Val) |
btIntArray |
btIntArray.put(btIntArray other) |
void |
btIntArrayArray.resize(int newsize,
btIntArray fillData) |
| Constructor and Description |
|---|
btIntArray(btIntArray 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.