Given a direction vector from the center of one circle to another, I would like to extract different positions from where a point could go from one circle to another, being the start position perpendicular to the direction vector.
Like in this drawn:
I would like to generate randomly possible paths. Also, can I get the new direction vector of the possible path with just some quick operation using the center to center direction vector?
Thanks!!