pub fn walk_one_way<C: Condition + ?Sized>(
condition: &C,
start: &[f64],
sense: f64,
options: Marching,
tol: Tolerances,
) -> OgeomResult<Walked>Expand description
Walk one way from a start.
ยงErrors
Only through the progress sink; a walk that goes nowhere reports why in
Walked::stopped rather than failing.