HomeSort by relevance Sort by last modified time
    Searched refs:brake (Results 1 - 5 of 5) 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/test/jme3test/bullet/
TestPhysicsCar.java 204 vehicle.brake(brakeForce);
206 vehicle.brake(0f);
TestAttachDriver.java 271 vehicle.brake(brakeForce);
273 vehicle.brake(0f);
TestFancyCar.java 244 player.brake(40f);
246 player.brake(0f);
  /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 302 milliseconds