public class btMultiBodyLinkDoubleData extends BulletBase
className| Constructor and Description |
|---|
btMultiBodyLinkDoubleData() |
btMultiBodyLinkDoubleData(long cPtr,
boolean cMemoryOwn)
Construct a new btMultiBodyLinkDoubleData, 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 btMultiBodyLinkDoubleData(long cPtr,
boolean cMemoryOwn)
public btMultiBodyLinkDoubleData()
public static long getCPtr(btMultiBodyLinkDoubleData obj)
public void setZeroRotParentToThis(btQuaternionDoubleData value)
public btQuaternionDoubleData getZeroRotParentToThis()
public void setParentComToThisComOffset(btVector3DoubleData value)
public btVector3DoubleData getParentComToThisComOffset()
public void setThisPivotToThisComOffset(btVector3DoubleData value)
public btVector3DoubleData getThisPivotToThisComOffset()
public void setJointAxisTop(btVector3DoubleData value)
public btVector3DoubleData getJointAxisTop()
public void setJointAxisBottom(btVector3DoubleData value)
public btVector3DoubleData getJointAxisBottom()
public void setLinkInertia(btVector3DoubleData value)
public btVector3DoubleData getLinkInertia()
public void setLinkMass(double value)
public double getLinkMass()
public void setParentIndex(int value)
public int getParentIndex()
public void setJointType(int value)
public int getJointType()
public void setDofCount(int value)
public int getDofCount()
public void setPosVarCount(int value)
public int getPosVarCount()
public void setJointPos(double[] value)
public double[] getJointPos()
public void setJointVel(double[] value)
public double[] getJointVel()
public void setJointTorque(double[] value)
public double[] getJointTorque()
public void setJointDamping(double value)
public double getJointDamping()
public void setJointFriction(double value)
public double getJointFriction()
public void setJointLowerLimit(double value)
public double getJointLowerLimit()
public void setJointUpperLimit(double value)
public double getJointUpperLimit()
public void setJointMaxForce(double value)
public double getJointMaxForce()
public void setJointMaxVelocity(double value)
public double getJointMaxVelocity()
public void setLinkName(String value)
public String getLinkName()
public void setJointName(String value)
public String getJointName()
public void setLinkCollider(btCollisionObjectDoubleData value)
public btCollisionObjectDoubleData getLinkCollider()
public void setPaddingPtr(String value)
public String getPaddingPtr()
Copyright © 2021. All rights reserved.