Skip to main content

extrema_surface_surface

Function extrema_surface_surface 

Source
pub fn extrema_surface_surface(
    a: &SurfaceGeometry,
    b: &SurfaceGeometry,
    options: ExtremaOptions,
    tol: Tolerances,
) -> OgeomResult<Extrema<(f64, f64), (f64, f64)>>
Expand description

The stationary approaches between two surfaces.

ยงErrors

As extrema_curve_curve.