クラス
com.jme3.bullet.objects.VehicleWheel の使用

VehicleWheel を使用しているパッケージ
com.jme3.bullet.objects   
 

com.jme3.bullet.objects での VehicleWheel の使用
 

VehicleWheel を返す com.jme3.bullet.objects のメソッド
 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.