How do I remove the parameter $t$ from the $z$-function in the following: $$\begin{align}x&=a\cos{t}-a\\ y&=a\sin{t}\\ z&=nt\end{align}$$ (where $n,a$ are arbitrary coefficients) So far I have: $$\begin{align} x&=(a^2-y^2)^{0.5} - a\\ y&=(a^2 -(x+a))^{0.5}\end{align}$$ (though I haven't used $a^2=x^2+y^2+z^2$, which I am thinking that I should replace $a$ with it.) But $z$ has me confused on how to eliminate $t$.
Any help would be appreciated! Thanks.