I'm having trouble wrapping my head around how to code this, and would appreciate any assistance.

The picture above is something I googled quickly, but depicts a decent example. Imagine the squares and triangle are able to be moved around by the user. If the user drags and drops the BGFC square "near" the ABC triangle, I would like to automatically snap/move the square to line up with the triangles edge. The vertices do not have to match (and preferrably won't so the snapping isn't so restrictive), I just want move the square so that its closest edge lines up with the triangles closest edge.
Given access to all coordinates/vertices/angles, is there any reasonably straightforward method of accomplishing this snap to edge effect?
If this is too complex an example, how about simply two rectangles with all 90 degree angles in the same situation? Dragging one rectangle near another and automatically snapping the rectangle to the edge of the other.
I'm assuming there is a mathematical way to pull this off, which I would be happy to research given a push in the right direction. Thanks for your help!


