com.bulletphysics.dynamics.vehicle
Class WheelInfo.RaycastInfo

java.lang.Object
  extended by com.bulletphysics.dynamics.vehicle.WheelInfo.RaycastInfo
Enclosing class:
WheelInfo

public static class WheelInfo.RaycastInfo
extends Object


Field Summary
 Vector3f contactNormalWS
           
 Vector3f contactPointWS
           
 Object groundObject
           
 Vector3f hardPointWS
           
 boolean isInContact
           
 float suspensionLength
           
 Vector3f wheelAxleWS
           
 Vector3f wheelDirectionWS
           
 
Constructor Summary
WheelInfo.RaycastInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contactNormalWS

public final Vector3f contactNormalWS

contactPointWS

public final Vector3f contactPointWS

suspensionLength

public float suspensionLength

hardPointWS

public final Vector3f hardPointWS

wheelDirectionWS

public final Vector3f wheelDirectionWS

wheelAxleWS

public final Vector3f wheelAxleWS

isInContact

public boolean isInContact

groundObject

public Object groundObject
Constructor Detail

WheelInfo.RaycastInfo

public WheelInfo.RaycastInfo()