com.jme3.bullet.joints.motors
Class RotationalLimitMotor
java.lang.Object
com.jme3.bullet.joints.motors.RotationalLimitMotor
public class RotationalLimitMotor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RotationalLimitMotor
public RotationalLimitMotor(long motor)
getMotor
public long getMotor()
getLoLimit
public float getLoLimit()
setLoLimit
public void setLoLimit(float loLimit)
getHiLimit
public float getHiLimit()
setHiLimit
public void setHiLimit(float hiLimit)
getTargetVelocity
public float getTargetVelocity()
setTargetVelocity
public void setTargetVelocity(float targetVelocity)
getMaxMotorForce
public float getMaxMotorForce()
setMaxMotorForce
public void setMaxMotorForce(float maxMotorForce)
getMaxLimitForce
public float getMaxLimitForce()
setMaxLimitForce
public void setMaxLimitForce(float maxLimitForce)
getDamping
public float getDamping()
setDamping
public void setDamping(float damping)
getLimitSoftness
public float getLimitSoftness()
setLimitSoftness
public void setLimitSoftness(float limitSoftness)
getERP
public float getERP()
setERP
public void setERP(float ERP)
getBounce
public float getBounce()
setBounce
public void setBounce(float bounce)
isEnableMotor
public boolean isEnableMotor()
setEnableMotor
public void setEnableMotor(boolean enableMotor)