sphere position during collision

Started by
1 comment, last by timj88 10 years, 8 months ago

Hi everyone,

I have a small problem I hope you can help me :)

I have a sphere and some walls, I need to place the sphere as close as possible (so like the collision happen) to the geometry. we can think it as 2D problem:

http://upload.wikimedia.org/wikipedia/commons/6/6f/Incircle_and_Excircles.svg

Suppose my sphere is the top one (with center in Ja), I need to find that Ja vector. I have the sphere (radius, direction etc..), the geometry (can be a triangle, separate lines, no problem..). I already managed the case of hitting a line, but when I change the direction across a vertex, I get incorrect result. I mean, my problem is to get the right sphere position when I have 2 lines (concave or convex).

Thanks,

Tim

Advertisement

Have a look at this book: http://realtimecollisiondetection.net/books/rtcd/

Hi,

thanks for the answer.

I know that book, it won't help that much. I need to find the closest sphere to a triangle (or convex polygon) given the direction. I can check if the circle hit the triangles but it's not moving. I just need to move the circle as close as possible to the triangle, having the imaginary moving direction for the circle.

Thanks,

T

This topic is closed to new replies.

Advertisement