public class btLemkeSolver extends btMLCPSolverInterface
className| Constructor and Description |
|---|
btLemkeSolver() |
btLemkeSolver(long cPtr,
boolean cMemoryOwn)
Construct a new btLemkeSolver, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btLemkeSolver obj) |
int |
getDebugLevel() |
int |
getMaxLoops() |
float |
getMaxValue() |
boolean |
getUseLoHighBounds() |
void |
setDebugLevel(int value) |
void |
setMaxLoops(int value) |
void |
setMaxValue(float value) |
void |
setUseLoHighBounds(boolean value) |
boolean |
solveMLCP(SWIGTYPE_p_btMatrixXT_float_t A,
SWIGTYPE_p_btVectorXT_float_t b,
SWIGTYPE_p_btVectorXT_float_t x,
SWIGTYPE_p_btVectorXT_float_t lo,
SWIGTYPE_p_btVectorXT_float_t hi,
SWIGTYPE_p_btAlignedObjectArrayT_int_t limitDependency,
int numIterations) |
boolean |
solveMLCP(SWIGTYPE_p_btMatrixXT_float_t A,
SWIGTYPE_p_btVectorXT_float_t b,
SWIGTYPE_p_btVectorXT_float_t x,
SWIGTYPE_p_btVectorXT_float_t lo,
SWIGTYPE_p_btVectorXT_float_t hi,
SWIGTYPE_p_btAlignedObjectArrayT_int_t limitDependency,
int numIterations,
boolean useSparsity) |
getCPtrdispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btLemkeSolver(long cPtr,
boolean cMemoryOwn)
public btLemkeSolver()
public static long getCPtr(btLemkeSolver obj)
public void setMaxValue(float value)
public float getMaxValue()
public void setDebugLevel(int value)
public int getDebugLevel()
public void setMaxLoops(int value)
public int getMaxLoops()
public void setUseLoHighBounds(boolean value)
public boolean getUseLoHighBounds()
public boolean solveMLCP(SWIGTYPE_p_btMatrixXT_float_t A, SWIGTYPE_p_btVectorXT_float_t b, SWIGTYPE_p_btVectorXT_float_t x, SWIGTYPE_p_btVectorXT_float_t lo, SWIGTYPE_p_btVectorXT_float_t hi, SWIGTYPE_p_btAlignedObjectArrayT_int_t limitDependency, int numIterations, boolean useSparsity)
solveMLCP in class btMLCPSolverInterfacepublic boolean solveMLCP(SWIGTYPE_p_btMatrixXT_float_t A, SWIGTYPE_p_btVectorXT_float_t b, SWIGTYPE_p_btVectorXT_float_t x, SWIGTYPE_p_btVectorXT_float_t lo, SWIGTYPE_p_btVectorXT_float_t hi, SWIGTYPE_p_btAlignedObjectArrayT_int_t limitDependency, int numIterations)
solveMLCP in class btMLCPSolverInterfaceCopyright © 2021. All rights reserved.