How to detect and collide two elastic line segments?
- by Tautrimas
There are 4 moving physical nodes in 3D space. They are paired with two elastic line segments / strings (1 <- 2; 3 <- 4).
Part I: How to detect the collision of two segments?
Part II: On the moment of collision, fifth node is created at the intersection point and here you have the force-based graph. 5-th node (bend point) can slide among…