public class btMultibodyLink extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btMultibodyLink.eFeatherstoneJointType |
className| Constructor and Description |
|---|
btMultibodyLink() |
btMultibodyLink(long cPtr,
boolean cMemoryOwn)
Construct a new btMultibodyLink, 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 btMultibodyLink(long cPtr,
boolean cMemoryOwn)
public btMultibodyLink()
public static long getCPtr(btMultibodyLink 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 setMass(float value)
public float getMass()
public void setInertiaLocal(btVector3 value)
public btVector3 getInertiaLocal()
public void setParent(int value)
public int getParent()
public void setZeroRotParentToThis(btQuaternion value)
public btQuaternion getZeroRotParentToThis()
public void setDVector(btVector3 value)
public btVector3 getDVector()
public void setEVector(btVector3 value)
public btVector3 getEVector()
public void setAbsFrameTotVelocity(btSpatialMotionVector value)
public btSpatialMotionVector getAbsFrameTotVelocity()
public void setAbsFrameLocVelocity(btSpatialMotionVector value)
public btSpatialMotionVector getAbsFrameLocVelocity()
public void setAxes(btSpatialMotionVector value)
public btSpatialMotionVector getAxes()
public void setAxisTop(int dof,
Vector3 axis)
public void setAxisBottom(int dof,
Vector3 axis)
public void setAxisTop(int dof,
float x,
float y,
float z)
public void setAxisBottom(int dof,
float x,
float y,
float z)
public Vector3 getAxisTop(int dof)
public Vector3 getAxisBottom(int dof)
public void setDofOffset(int value)
public int getDofOffset()
public void setCfgOffset(int value)
public int getCfgOffset()
public void setCachedRotParentToThis(btQuaternion value)
public btQuaternion getCachedRotParentToThis()
public void setCachedRVector(btVector3 value)
public btVector3 getCachedRVector()
public void setAppliedForce(btVector3 value)
public btVector3 getAppliedForce()
public void setAppliedTorque(btVector3 value)
public btVector3 getAppliedTorque()
public void setAppliedConstraintForce(btVector3 value)
public btVector3 getAppliedConstraintForce()
public void setAppliedConstraintTorque(btVector3 value)
public btVector3 getAppliedConstraintTorque()
public void setJointPos(float[] value)
public float[] getJointPos()
public void setJointTorque(float[] value)
public float[] getJointTorque()
public void setCollider(btMultiBodyLinkCollider value)
public btMultiBodyLinkCollider getCollider()
public void setFlags(int value)
public int getFlags()
public void setDofCount(int value)
public int getDofCount()
public void setPosVarCount(int value)
public int getPosVarCount()
public void setJointType(int value)
public int getJointType()
public void setJointFeedback(btMultiBodyJointFeedback value)
public btMultiBodyJointFeedback getJointFeedback()
public void setCachedWorldTransform(btTransform value)
public btTransform getCachedWorldTransform()
public String getLinkName()
public String getJointName()
public void setUserPtr(long value)
public long getUserPtr()
public void setJointDamping(float value)
public float getJointDamping()
public void setJointFriction(float value)
public float getJointFriction()
public void setJointLowerLimit(float value)
public float getJointLowerLimit()
public void setJointUpperLimit(float value)
public float getJointUpperLimit()
public void setJointMaxForce(float value)
public float getJointMaxForce()
public void setJointMaxVelocity(float value)
public float getJointMaxVelocity()
public void updateCacheMultiDof(FloatBuffer pq)
public void updateCacheMultiDof()
Copyright © 2021. All rights reserved.