pub type DeltaCallback64 = Box<dyn Fn(&Path64, &PathD, usize, usize) -> f64>;Expand description
Delta callback type for variable offset. Called for each vertex to determine the offset delta at that point. Parameters: (path, path_normals, curr_idx, prev_idx) -> delta
Aliased Typeยง
pub struct DeltaCallback64(/* private fields */);