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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 452 * Apply the given brake force to all wheels, works continuously
455 public void brake(float force) { method in class:PhysicsVehicle
457 brake(i, force); method
462 * Apply the given brake force, works continuously
466 public void brake(int wheel, float force) { method in class:PhysicsVehicle
467 brake(vehicleId, wheel, force); method
470 private native void brake(long vehicleId, int wheel, float force); method in class:PhysicsVehicle
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java 435 * Apply the given brake force to all wheels, works continuously
438 public void brake(float force) { method in class:PhysicsVehicle
445 * Apply the given brake force, works continuously
449 public void brake(int wheel, float force) { method in class:PhysicsVehicle

Completed in 349 milliseconds