com.jme3.bullet.joints.motors
Class RotationalLimitMotor

java.lang.Object
  extended by com.jme3.bullet.joints.motors.RotationalLimitMotor

public class RotationalLimitMotor
extends java.lang.Object


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

Constructor Detail

RotationalLimitMotor

public RotationalLimitMotor(long motor)
Method Detail

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)