Searched defs:VehicleControl (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DVehicleControl.java31 public class VehicleControl extends PhysicsVehicle implements PhysicsControl { class in inherits:PhysicsVehicle,PhysicsControl
38 public VehicleControl() { method in class:VehicleControl
45 public VehicleControl(CollisionShape shape) { method in class:VehicleControl
49 public VehicleControl(CollisionShape shape, float mass) { method in class:VehicleControl
85 VehicleControl control = new VehicleControl(collisionShape, mass);

Completed in 3942 milliseconds