So I\'ve got a special case set of cubic splines, whose 2d control points will always result in a curve that will never cross itself in the x axis. That is, the cu
Often people will use a root finding technique (like Newton's Method) if an numerical approximation is good enough.