pub fn shift_mod_xy(
    tree: &mut ArenaTree<String>,
    index: usize,
    xmod: &mut f32,
    ymod: &mut f32
)
Expand description

Shift the x y values of a node and its children according to the cumulated xmod ymod values.