Detect Collisions Between a Line and a Mesh Swept Along a Line
I have a mesh M
, that is made up of triangles. This mesh will then move in a straight line L
that you can represent as a single vector. I need to detect if this sweeping mesh will collide with a static line segment, preferably in an a priori (continuous) way. Here is a MRE: