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 java.lang.Object


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

Field Detail

contactNormalWS

public final javax.vecmath.Vector3f contactNormalWS

contactPointWS

public final javax.vecmath.Vector3f contactPointWS

suspensionLength

public float suspensionLength

hardPointWS

public final javax.vecmath.Vector3f hardPointWS

wheelDirectionWS

public final javax.vecmath.Vector3f wheelDirectionWS

wheelAxleWS

public final javax.vecmath.Vector3f wheelAxleWS

isInContact

public boolean isInContact

groundObject

public java.lang.Object groundObject
Constructor Detail

WheelInfo.RaycastInfo

public WheelInfo.RaycastInfo()