HomeSort by relevance Sort by last modified time
    Searched refs:getRestitution (Results 1 - 9 of 9) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
TranslationalLimitMotor.java 118 public float getRestitution() {
119 return getRestitution(motorId);
122 private native float getRestitution(long motorId);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
TranslationalLimitMotor.java 93 public float getRestitution() {
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 415 public float getRestitution() {
416 return getRestitution(objectId);
419 private native float getRestitution(long objectId);
710 capsule.write(getRestitution(), "restitution", 0);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 394 public float getRestitution() {
395 return rBody.getRestitution();
661 capsule.write(getRestitution(), "restitution", 0);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
RigidBodyControl.java 81 control.setRestitution(getRestitution());
VehicleControl.java 101 control.setRestitution(getRestitution());
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SixDofJoint.java 227 capsule.write(getTranslationalLimitMotor().getRestitution(), "transMotor_Restitution", 0.5f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SixDofJoint.java 225 capsule.write(getTranslationalLimitMotor().getRestitution(), "transMotor_Restitution", 0.5f);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsRigidBody.cpp 474 * Method: getRestitution
485 return body->getRestitution();
    [all...]

Completed in 219 milliseconds