public class btMultiBodyJacobianData extends BulletBase
className| Constructor and Description |
|---|
btMultiBodyJacobianData() |
btMultiBodyJacobianData(long cPtr,
boolean cMemoryOwn)
Construct a new btMultiBodyJacobianData, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btMultiBodyJacobianData obj) |
btScalarArray |
getDeltaVelocities() |
btScalarArray |
getDeltaVelocitiesUnitImpulse() |
int |
getFixedBodyId() |
btScalarArray |
getJacobians() |
SWIGTYPE_p_btAlignedObjectArrayT_btMatrix3x3_t |
getScratch_m() |
btScalarArray |
getScratch_r() |
btVector3Array |
getScratch_v() |
SWIGTYPE_p_btAlignedObjectArrayT_btSolverBody_t |
getSolverBodyPool() |
void |
setDeltaVelocities(btScalarArray value) |
void |
setDeltaVelocitiesUnitImpulse(btScalarArray value) |
void |
setFixedBodyId(int value) |
void |
setJacobians(btScalarArray value) |
void |
setScratch_m(SWIGTYPE_p_btAlignedObjectArrayT_btMatrix3x3_t value) |
void |
setScratch_r(btScalarArray value) |
void |
setScratch_v(btVector3Array value) |
void |
setSolverBodyPool(SWIGTYPE_p_btAlignedObjectArrayT_btSolverBody_t value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btMultiBodyJacobianData(long cPtr,
boolean cMemoryOwn)
public btMultiBodyJacobianData()
public static long getCPtr(btMultiBodyJacobianData obj)
public void setJacobians(btScalarArray value)
public btScalarArray getJacobians()
public void setDeltaVelocitiesUnitImpulse(btScalarArray value)
public btScalarArray getDeltaVelocitiesUnitImpulse()
public void setDeltaVelocities(btScalarArray value)
public btScalarArray getDeltaVelocities()
public void setScratch_r(btScalarArray value)
public btScalarArray getScratch_r()
public void setScratch_v(btVector3Array value)
public btVector3Array getScratch_v()
public void setScratch_m(SWIGTYPE_p_btAlignedObjectArrayT_btMatrix3x3_t value)
public SWIGTYPE_p_btAlignedObjectArrayT_btMatrix3x3_t getScratch_m()
public void setSolverBodyPool(SWIGTYPE_p_btAlignedObjectArrayT_btSolverBody_t value)
public SWIGTYPE_p_btAlignedObjectArrayT_btSolverBody_t getSolverBodyPool()
public void setFixedBodyId(int value)
public int getFixedBodyId()
Copyright © 2021. All rights reserved.