Drawing parabolas with Path

Given a set of three points I need to draw a parabola passing through all three, preferably using Path. Path::quadraticTo cannot do this from what I can tell. Is there a function I’ve missed for drawing specific parabolas and if not, what is recommended for it?

Thanks.