I'm looking to convert generic shapes' parametric form into their implicit form.
For instance, a sphere's:
Parametric form: $P(u,v) = (( ρ cos θ sin ϕ , ρ sin θ sin ϕ , ρ cos ϕ ))$
Implicit form: $F(x, y, z) = x^2 + y^2 + z^2 - 1$.
I need to do this for cones, cylinders, etc. but I'm at a loss as to where to start and nothing in the equations is popping out as obvious to me. I can figure out the other shapes if I can get a little direction for the sphere.
Thanks
