3
$\begingroup$

I'm creating a computer program where I need to calculate the parametrized circumference of an ellipse, like this:

x = r1 * cos(t), y = r2 * sin(t) 

Now, say I want this parametrized ellipse to be tilted at an arbitrary angle. How do I go about this? Any obvious simplifications for i.e 30, 45 or 60 degrees?

3 Answers 3