Well, I'm writing some code for a physics simulation. I have two 3-dimensional rigid (non-deformable) bodies moving around in a 3-D environment, and occasionally, they collide with each other. To account for the general case, I have to assume they both have initial translational and rotational...