HomeSort by relevance Sort by last modified time
    Searched defs:setERP (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java 140 public void setERP(float ERP) {
141 setERP(motorId, ERP);
144 private native void setERP(long motorId, float ERP);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java 110 public void setERP(float ERP) {

Completed in 1008 milliseconds