Suppose I have a point $P = (x_1,y_1)$ in the Poincaré disk model. How do I rotate it about another point $Q = (x_2,y_2) \neq(0,0)$ by a Euclidean angle $\alpha$?
If $Q = (0,0)$ this is simple, just apply a normal Euclidean rotation, but I can't figure out how to do it for another point.
Do I need to apply a translation of the disk to move $Q$ to $(0,0)$, apply the rotation, then translate back? Or is there a direct way?