local function DetectCollision( curMarble, newMarble, curWave, newWave )
local t, r, th, normal
if t then return { t = t, r = r, th = th, normal = normal } end
end
return DetectCollision