Uses of Class
com.jme3.bullet.objects.VehicleWheel

Packages that use VehicleWheel
com.jme3.bullet.objects   
 

Uses of VehicleWheel in com.jme3.bullet.objects
 

Fields in com.jme3.bullet.objects with type parameters of type VehicleWheel
protected  java.util.ArrayList<VehicleWheel> PhysicsVehicle.wheels
           
 

Methods in com.jme3.bullet.objects that return VehicleWheel
 VehicleWheel PhysicsVehicle.addWheel(Spatial spat, Vector3f connectionPoint, Vector3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel)
          Add a wheel to this vehicle
 VehicleWheel PhysicsVehicle.addWheel(Vector3f connectionPoint, Vector3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel)
          Add a wheel to this vehicle
 VehicleWheel PhysicsVehicle.getWheel(int wheel)
          You can get access to the single wheels via this method.