Function flo_curves::bezier::find_self_intersection_point

source ยท
pub fn find_self_intersection_point<C: BezierCurve>(
    curve: &C,
    accuracy: f64,
) -> Option<(f64, f64)>
Expand description

If a cubic curve contains a loop, finds the t values where the curve self-intersects