Skip to main content

extrema_curve_surface

Function extrema_curve_surface 

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

The stationary approaches between a curve and a surface.

ยงErrors

As extrema_curve_curve.