I have two rooms named A and B. they have walls with starting and ending vector3 points. My goal is to be able to find out the points at which two walls will intersect while moved by touch. I am able to move each room. but unable to find out the points that are intersecting the walls. My ultimate goal is to merge two rooms.
It’s not easy. Try find some computational geometry code like the following one.