com.jme3.bullet.joints.motors
クラス RotationalLimitMotor

java.lang.Object
  上位を拡張 com.jme3.bullet.joints.motors.RotationalLimitMotor

public class RotationalLimitMotor
extends java.lang.Object


コンストラクタの概要
RotationalLimitMotor(com.bulletphysics.dynamics.constraintsolver.RotationalLimitMotor motor)
           
 
メソッドの概要
 float getBounce()
           
 float getDamping()
           
 float getERP()
           
 float getHiLimit()
           
 float getLimitSoftness()
           
 float getLoLimit()
           
 float getMaxLimitForce()
           
 float getMaxMotorForce()
           
 com.bulletphysics.dynamics.constraintsolver.RotationalLimitMotor 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)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RotationalLimitMotor

public RotationalLimitMotor(com.bulletphysics.dynamics.constraintsolver.RotationalLimitMotor motor)
メソッドの詳細

getMotor

public com.bulletphysics.dynamics.constraintsolver.RotationalLimitMotor 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)