i have an object moving diagonally, it basically teleports because of how fast it is going.
I need to be able to find out if, and at the exact point it would hit another object if it were actually moving
so far what i have is that it would cross the axis lines of the object but would hit at the last one it crossed (assuming that if one dosent cross you make sure it is already colliding) i need to be able to find the order it crosses all of these axis lines

I am also VERY open to suggestions about other ways to do this but it is hard and i suck at math