public class btSolveProjectedGaussSeidel extends btMLCPSolverInterface
className| Constructor and Description |
|---|
btSolveProjectedGaussSeidel() |
btSolveProjectedGaussSeidel(long cPtr,
boolean cMemoryOwn)
Construct a new btSolveProjectedGaussSeidel, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btSolveProjectedGaussSeidel obj) |
float |
getLeastSquaresResidual() |
float |
getLeastSquaresResidualThreshold() |
void |
setLeastSquaresResidual(float value) |
void |
setLeastSquaresResidualThreshold(float 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 btSolveProjectedGaussSeidel(long cPtr,
boolean cMemoryOwn)
public btSolveProjectedGaussSeidel()
public static long getCPtr(btSolveProjectedGaussSeidel obj)
public void setLeastSquaresResidualThreshold(float value)
public float getLeastSquaresResidualThreshold()
public void setLeastSquaresResidual(float value)
public float getLeastSquaresResidual()
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.