I have an ellipsoid as given here: $(p-C)^T Q(p-C)=1$
The terms $p, C$ and $Q$ are defined in the linked page.
My goal is to find equations for the $x,y,z$ co-ordinates of the resultant ellipsoid in a parametric form. For example, in this problem for an ellipse, I have the co-ordinates given by $\begin{aligned} {\left[\begin{array}{l}x \\ y \\ z\end{array}\right] } & =O^{\prime}+R\left[\begin{array}{l}x^{\prime} \\ y^{\prime} \\ z^{\prime}\end{array}\right] \\ & =O^{\prime}+\left[u_1, u_2, u_3\right]\left[\begin{array}{c}a \cos t \\ b \sin t \\ 0\end{array}\right] \\ & =O^{\prime}+a \cos t u_1+b \sin t u_2\end{aligned}$
I would like to parameterize my ellipsoid in quadratic form $(p-C)^T Q(p-C)=1$ to a parametric form similar to above. How can I achieve that?
To give more context: My aim is to extend the ellipse in this problem to an ellipsoid of revolution by revolving around the major axis.