public class btHingeConstraintDoubleData2 extends BulletBase
className| Constructor and Description |
|---|
btHingeConstraintDoubleData2() |
btHingeConstraintDoubleData2(long cPtr,
boolean cMemoryOwn)
Construct a new btHingeConstraintDoubleData2, 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 btHingeConstraintDoubleData2(long cPtr,
boolean cMemoryOwn)
public btHingeConstraintDoubleData2()
public static long getCPtr(btHingeConstraintDoubleData2 obj)
public void setTypeConstraintData(btTypedConstraintDoubleData value)
public btTypedConstraintDoubleData getTypeConstraintData()
public void setRbAFrame(btTransformDoubleData value)
public btTransformDoubleData getRbAFrame()
public void setRbBFrame(btTransformDoubleData value)
public btTransformDoubleData getRbBFrame()
public void setUseReferenceFrameA(int value)
public int getUseReferenceFrameA()
public void setAngularOnly(int value)
public int getAngularOnly()
public void setEnableAngularMotor(int value)
public int getEnableAngularMotor()
public void setMotorTargetVelocity(double value)
public double getMotorTargetVelocity()
public void setMaxMotorImpulse(double value)
public double getMaxMotorImpulse()
public void setLowerLimit(double value)
public double getLowerLimit()
public void setUpperLimit(double value)
public double getUpperLimit()
public void setLimitSoftness(double value)
public double getLimitSoftness()
public void setBiasFactor(double value)
public double getBiasFactor()
public void setRelaxationFactor(double value)
public double getRelaxationFactor()
public void setPadding1(String value)
public String getPadding1()
Copyright © 2021. All rights reserved.