Finding out from which direction a vector is approaching another vector

You can start with LookAt from one Vector to the other. It’s a convenience function to calculate the rotation angle (I think) that points toward the other Vector from the first one.