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
 Object castRay(Vector3f from, Vector3f to, VehicleRaycasterResult result)
           
 

Method Detail

castRay

Object castRay(Vector3f from,
               Vector3f to,
               VehicleRaycasterResult result)