Uses of Class
com.bulletphysics.dynamics.vehicle.VehicleTuning

Packages that use VehicleTuning
com.bulletphysics.demos.vehicle   
com.bulletphysics.dynamics.vehicle   
 

Uses of VehicleTuning in com.bulletphysics.demos.vehicle
 

Fields in com.bulletphysics.demos.vehicle declared as VehicleTuning
 VehicleTuning VehicleDemo.tuning
           
 

Uses of VehicleTuning in com.bulletphysics.dynamics.vehicle
 

Methods in com.bulletphysics.dynamics.vehicle with parameters of type VehicleTuning
 WheelInfo RaycastVehicle.addWheel(javax.vecmath.Vector3f connectionPointCS, javax.vecmath.Vector3f wheelDirectionCS0, javax.vecmath.Vector3f wheelAxleCS, float suspensionRestLength, float wheelRadius, VehicleTuning tuning, boolean isFrontWheel)
          Basically most of the code is general for 2 or 4 wheel vehicles, but some of it needs to be reviewed.
 

Constructors in com.bulletphysics.dynamics.vehicle with parameters of type VehicleTuning
RaycastVehicle(VehicleTuning tuning, RigidBody chassis, VehicleRaycaster raycaster)