fn try_one_point(cx: &CubicCtx) -> Option<(f64, f64)>
Try to compute one-point shape control for a cubic.
Result is (a, b) parameters.