Skip to main content

try_one_point

Function try_one_point 

Source
fn try_one_point(cx: &CubicCtx) -> Option<(f64, f64)>
Expand description

Try to compute one-point shape control for a cubic.

Result is (a, b) parameters.