public class btHingeConstraintDoubleData extends BulletBase
className| Constructor and Description |
|---|
btHingeConstraintDoubleData() |
btHingeConstraintDoubleData(long cPtr,
boolean cMemoryOwn)
Construct a new btHingeConstraintDoubleData, 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 btHingeConstraintDoubleData(long cPtr,
boolean cMemoryOwn)
public btHingeConstraintDoubleData()
public static long getCPtr(btHingeConstraintDoubleData obj)
public void setTypeConstraintData(btTypedConstraintData value)
public btTypedConstraintData 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(float value)
public float getMotorTargetVelocity()
public void setMaxMotorImpulse(float value)
public float getMaxMotorImpulse()
public void setLowerLimit(float value)
public float getLowerLimit()
public void setUpperLimit(float value)
public float getUpperLimit()
public void setLimitSoftness(float value)
public float getLimitSoftness()
public void setBiasFactor(float value)
public float getBiasFactor()
public void setRelaxationFactor(float value)
public float getRelaxationFactor()
Copyright © 2021. All rights reserved.