Function truck_modeling::base::algo::surface::search_parameter3d[][src]

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.