public class btMLCPSolverInterface extends BulletBase
className| Constructor and Description |
|---|
btMLCPSolverInterface(long cPtr,
boolean cMemoryOwn)
Construct a new btMLCPSolverInterface, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btMLCPSolverInterface obj) |
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) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btMLCPSolverInterface(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btMLCPSolverInterface obj)
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)
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)
Copyright © 2021. All rights reserved.