1

I have an ellipse which has -45 degree axis.

How can I transform the ellipse into a circle? Can I use shear transformation along the x/y axis?

enter image description here

Christian Rau
  • 1,601
  • 12
  • 34

1 Answers1

4

You can use a shear, or equivalently a rotation by 45, scale along one of the axes, rotate back (which is equivalent to the shear which you are looking for).

EDIT: On second thought, you don't need to even rotate back unless your circle is marked, since a circle is rotation invariant (if the rotation is around its center).

lightxbulb
  • 2,226
  • 1
  • 6
  • 14