com.bulletphysics.dynamics.vehicle
Class VehicleRaycasterResult

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

public class VehicleRaycasterResult
extends java.lang.Object


Field Summary
 float distFraction
           
 javax.vecmath.Vector3f hitNormalInWorld
           
 javax.vecmath.Vector3f hitPointInWorld
           
 
Constructor Summary
VehicleRaycasterResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hitPointInWorld

public final javax.vecmath.Vector3f hitPointInWorld

hitNormalInWorld

public final javax.vecmath.Vector3f hitNormalInWorld

distFraction

public float distFraction
Constructor Detail

VehicleRaycasterResult

public VehicleRaycasterResult()