pub fn get_contour_right(
    tree: &mut ArenaTree<String>,
    index: usize,
    depth: usize,
    contour_right: &mut Vec<f32>,
    parent_xmod: f32
)
Expand description

Get the right ‘contour’ of a sub tree.