Let's say you had a point $(a,b)$ on the complex plane. If I wanted to rotate this point $\theta$ radians around point $(c,d)$ to $(a',b')$, how would I find $a'$ and $b'$?
I'm not sure on how to get a formula for this. When rotating a complex point around the origin, I know that multiplying by fractions $i$ in exponential form works, but I'm not sure if that's the same for this.