I was wondering how to formulate the equation of an ellipse which is rotated about an elliptical orbit. Here's the example:
Say I have ellipse in the x-y plane:
$$ \frac{x^2}{a^2}+\frac{(y-y_0)^2}{b^2}=1$$ where $a>b$.
Suppose I want to rotate this ellipse about the x-axis, but instead of a typical circular revolution (which would give a torus), I would like to do this revolution in an elliptical fashion such that the center of the ellipse follows the equation
$$\frac{y^2}{c^2}+\frac{z^2}{d^2}=1$$
I've been scratching my head for hours but can't quite seem to get a function representing this 3D shape in the form $f(x,y,z)$.
This shape should represent something like a single chain link: chain link
Would appreciate any help out there ! Thanks !