pub fn intersect_curves(
a: &Curve,
b: &Curve,
options: CurveCurveOptions,
tol: Tolerances,
) -> OgeomResult<CurveIntersection<Point>>pub fn intersect_curves(
a: &Curve,
b: &Curve,
options: CurveCurveOptions,
tol: Tolerances,
) -> OgeomResult<CurveIntersection<Point>>