A vision team augments a training image by pushing every pixel's coordinate vector through three transformations, in this order:
| Applied | Move | Matrix |
|---|---|---|
| 1st | Shear with | |
| 2nd | Scale by , by | |
| 3rd | Rotate counter-clockwise |
One corner pixel of the image starts at .
Follow that corner through all three moves, then report its distance from the origin once the pipeline has finished.
Round your answer to two decimal places.