Javascript – how to find coordinate of a fixed circular path that track the pointer position on canvas
In above Image, x, y is the centre point of circle and a1,b1 is point at its radius x1, y1 is a pointer position on canvas that form a straight line to x,y & a1,b1 now if I move the…