Home
last modified time | relevance | path

Searched refs:get_split_axis (Results 1 – 1 of 1) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rstar-0.7.1/src/algorithm/
H A Drstar.rs238 let axis = get_split_axis::<_, Params>(node); in split()
271 fn get_split_axis<T, Params>(node: &mut ParentNode<T>) -> usize in get_split_axis() function