skia2/experimental/Intersection/QuarticRoot.h

3 lines
119 B
C
Raw Normal View History

int quarticRoots(const double A, const double B, const double C, const double D,
const double E, double s[4]);