pub fn parameter_division<S>(
    surface: &S,
    _: ((f64, f64), (f64, f64)),
    tol: f64
) -> (Vec<f64, Global>, Vec<f64, Global>)where
    S: ParametricSurface,
    <S as ParametricSurface>::Point: EuclideanSpace<Scalar = f64> + MetricSpace<Metric = f64> + HashGen<f64>,
Expand description

Creates the surface division

Panics

tol must be more than TOLERANCE.