public class btLemkeAlgorithm extends BulletBase
className| Constructor and Description |
|---|
btLemkeAlgorithm(long cPtr,
boolean cMemoryOwn)
Construct a new btLemkeAlgorithm, normally you should not need this constructor it's intended for low-level usage.
|
btLemkeAlgorithm(SWIGTYPE_p_btMatrixXT_float_t M_,
SWIGTYPE_p_btVectorXT_float_t q_) |
btLemkeAlgorithm(SWIGTYPE_p_btMatrixXT_float_t M_,
SWIGTYPE_p_btVectorXT_float_t q_,
int DEBUGLEVEL_) |
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btLemkeAlgorithm obj) |
int |
getInfo() |
int |
getSteps() |
void |
setSystem(SWIGTYPE_p_btMatrixXT_float_t M_,
SWIGTYPE_p_btVectorXT_float_t q_) |
SWIGTYPE_p_btVectorXT_float_t |
solve() |
SWIGTYPE_p_btVectorXT_float_t |
solve(long maxloops) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btLemkeAlgorithm(long cPtr,
boolean cMemoryOwn)
public btLemkeAlgorithm(SWIGTYPE_p_btMatrixXT_float_t M_, SWIGTYPE_p_btVectorXT_float_t q_, int DEBUGLEVEL_)
public btLemkeAlgorithm(SWIGTYPE_p_btMatrixXT_float_t M_, SWIGTYPE_p_btVectorXT_float_t q_)
public static long getCPtr(btLemkeAlgorithm obj)
public int getInfo()
public int getSteps()
public void setSystem(SWIGTYPE_p_btMatrixXT_float_t M_, SWIGTYPE_p_btVectorXT_float_t q_)
public SWIGTYPE_p_btVectorXT_float_t solve(long maxloops)
public SWIGTYPE_p_btVectorXT_float_t solve()
Copyright © 2021. All rights reserved.