public class btRotationalLimitMotor2 extends BulletBase
className| Constructor and Description |
|---|
btRotationalLimitMotor2() |
btRotationalLimitMotor2(btRotationalLimitMotor2 limot) |
btRotationalLimitMotor2(long cPtr,
boolean cMemoryOwn)
Construct a new btRotationalLimitMotor2, 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 btRotationalLimitMotor2(long cPtr,
boolean cMemoryOwn)
public btRotationalLimitMotor2()
public btRotationalLimitMotor2(btRotationalLimitMotor2 limot)
public static long getCPtr(btRotationalLimitMotor2 obj)
public void setLoLimit(float value)
public float getLoLimit()
public void setHiLimit(float value)
public float getHiLimit()
public void setBounce(float value)
public float getBounce()
public void setStopERP(float value)
public float getStopERP()
public void setStopCFM(float value)
public float getStopCFM()
public void setMotorERP(float value)
public float getMotorERP()
public void setMotorCFM(float value)
public float getMotorCFM()
public void setEnableMotor(boolean value)
public boolean getEnableMotor()
public void setTargetVelocity(float value)
public float getTargetVelocity()
public void setMaxMotorForce(float value)
public float getMaxMotorForce()
public void setServoMotor(boolean value)
public boolean getServoMotor()
public void setServoTarget(float value)
public float getServoTarget()
public void setEnableSpring(boolean value)
public boolean getEnableSpring()
public void setSpringStiffness(float value)
public float getSpringStiffness()
public void setSpringStiffnessLimited(boolean value)
public boolean getSpringStiffnessLimited()
public void setSpringDamping(float value)
public float getSpringDamping()
public void setSpringDampingLimited(boolean value)
public boolean getSpringDampingLimited()
public void setEquilibriumPoint(float value)
public float getEquilibriumPoint()
public void setCurrentLimitError(float value)
public float getCurrentLimitError()
public void setCurrentLimitErrorHi(float value)
public float getCurrentLimitErrorHi()
public void setCurrentPosition(float value)
public float getCurrentPosition()
public void setCurrentLimit(int value)
public int getCurrentLimit()
public boolean isLimited()
public void testLimitValue(float test_value)
Copyright © 2021. All rights reserved.