It seems that Bezier curves are usually defined parametrically where

y = f1(t)
x = f2(t)

I'm trying to code non-parametric Bezier curves. I would like to have y explicitly in terms of x. Something like

y = f(x)

Has anyone seen anything on Bezier curves written in this form?