pub fn search_parameter3d<S>(
    surface: &S,
    point: Point3<f64>,
    _: (f64, f64),
    trials: usize
) -> Option<(f64, f64)>where
    S: ParametricSurface3D,
Expand description

Searches the parameter by Newton’s method.