I know this topic is known - Continuous Collision Detection
I have 2 Spheres that I have to find intersection between them as shown in the image.
the equations refer to the upper draw and I need to find the minimal t and then check something about the distance. I have no idea what these equations mean.
what is each variable? I guess p10 and p20 are the first positions and v1 \ v2 are the direction vectors.
no acceleration, no mass..
the equations refer to 2 spheres that move. if ONLY ONE sphere moves, the equations solve it too because then, the velocity of 1 sphere will be zero.
so how do I have to solve the equations? to find the minimal t that....?
thanks a lot!