/** * Physics Raycast Vehicle Superset * TODO: body + wheels[] * @constructor */ GameLib.D3.Physics.RaycastVehicle = function( ) { this.vehicleObject = null; };