pub fn extrema_curve_surface(
curve: &Curve,
surface: &SurfaceGeometry,
options: ExtremaOptions,
tol: Tolerances,
) -> OgeomResult<Extrema<f64, (f64, f64)>>pub fn extrema_curve_surface(
curve: &Curve,
surface: &SurfaceGeometry,
options: ExtremaOptions,
tol: Tolerances,
) -> OgeomResult<Extrema<f64, (f64, f64)>>