com.bulletphysics.dynamics.vehicle
Interface VehicleRaycaster

All Known Implementing Classes:
DefaultVehicleRaycaster

public interface VehicleRaycaster

VehicleRaycaster is provides interface for between vehicle simulation and raycasting.


Method Summary
 java.lang.Object castRay(javax.vecmath.Vector3f from, javax.vecmath.Vector3f to, VehicleRaycasterResult result)
           
 

Method Detail

castRay

java.lang.Object castRay(javax.vecmath.Vector3f from,
                         javax.vecmath.Vector3f to,
                         VehicleRaycasterResult result)