Homogeneous coordinates and frame change

164 Views Asked by At

I have a transformation $T$ described in a frame $A$ by an homogeneous matrix (of size $4\times4$). I would like to express $T$ in another frame $B$. How can I do that?
Thank you.