public class btMultiBodyConstraint extends BulletBase
className| Constructor and Description |
|---|
btMultiBodyConstraint(long cPtr,
boolean cMemoryOwn)
Construct a new btMultiBodyConstraint, normally you should not need this constructor it's intended for low-level usage.
|
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btMultiBodyConstraint(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btMultiBodyConstraint obj)
public long operatorNew(long sizeInBytes)
public void operatorDelete(long ptr)
public long operatorNew(long arg0,
long ptr)
public void operatorDelete(long arg0,
long arg1)
public long operatorNewArray(long sizeInBytes)
public void operatorDeleteArray(long ptr)
public long operatorNewArray(long arg0,
long ptr)
public void operatorDeleteArray(long arg0,
long arg1)
public void updateJacobianSizes()
public void allocateJacobiansMultiDof()
public void setFrameInB(Matrix3 frameInB)
public void setPivotInB(Vector3 pivotInB)
public void finalizeMultiDof()
public int getIslandIdA()
public int getIslandIdB()
public void createConstraintRows(SWIGTYPE_p_btAlignedObjectArrayT_btMultiBodySolverConstraint_t constraintRows, btMultiBodyJacobianData data, btContactSolverInfo infoGlobal)
public int getNumRows()
public btMultiBody getMultiBodyA()
public btMultiBody getMultiBodyB()
public void internalSetAppliedImpulse(int dof,
float appliedImpulse)
public float getAppliedImpulse(int dof)
public float getPosition(int row)
public void setPosition(int row,
float pos)
public boolean isUnilateral()
public FloatBuffer jacobianA(int row)
public FloatBuffer jacobianAConst(int row)
public FloatBuffer jacobianB(int row)
public FloatBuffer jacobianBConst(int row)
public float getMaxAppliedImpulse()
public void setMaxAppliedImpulse(float maxImp)
public void debugDraw(btIDebugDraw drawer)
public void setGearRatio(float ratio)
public void setGearAuxLink(int gearAuxLink)
public void setRelativePositionTarget(float relPosTarget)
public void setErp(float erp)
Copyright © 2021. All rights reserved.