com.bulletphysics.dynamics.vehicle
Class WheelInfoConstructionInfo

java.lang.Object
  extended by com.bulletphysics.dynamics.vehicle.WheelInfoConstructionInfo

public class WheelInfoConstructionInfo
extends Object


Field Summary
 boolean bIsFrontWheel
           
 float frictionSlip
           
 Vector3f chassisConnectionCS
           
 float maxSuspensionTravelCm
           
 float suspensionRestLength
           
 float suspensionStiffness
           
 Vector3f wheelAxleCS
           
 Vector3f wheelDirectionCS
           
 float wheelRadius
           
 float wheelsDampingCompression
           
 float wheelsDampingRelaxation
           
 
Constructor Summary
WheelInfoConstructionInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chassisConnectionCS

public final Vector3f chassisConnectionCS

wheelDirectionCS

public final Vector3f wheelDirectionCS

wheelAxleCS

public final Vector3f wheelAxleCS

suspensionRestLength

public float suspensionRestLength

maxSuspensionTravelCm

public float maxSuspensionTravelCm

wheelRadius

public float wheelRadius

suspensionStiffness

public float suspensionStiffness

wheelsDampingCompression

public float wheelsDampingCompression

wheelsDampingRelaxation

public float wheelsDampingRelaxation

frictionSlip

public float frictionSlip

bIsFrontWheel

public boolean bIsFrontWheel
Constructor Detail

WheelInfoConstructionInfo

public WheelInfoConstructionInfo()