pub fn intersect_curves(
curve1: &impl ParametricCurve2d,
curve2: &impl ParametricCurve2d,
) -> Option<(f64, f64)>Expand description
Finds intersection between two curves, if one exists.
pub fn intersect_curves(
curve1: &impl ParametricCurve2d,
curve2: &impl ParametricCurve2d,
) -> Option<(f64, f64)>Finds intersection between two curves, if one exists.