logo

Type Definition broccoli::tree::Tree

source · []
pub type Tree<'a, T> = TreeInner<Node<'a, T>, DefaultSorter>;
Expand description

TreeInner type with default node and sorter.

Trait Implementations

Find knearest using aabb only.

Create a handler that just casts directly to the axis aligned rectangle