logo
pub trait DividerDrawer<T: Aabb> {
    fn draw_divider<A: Axis>(
        &mut self,
        axis: A,
        node: &Node<'_, T>,
        rect: &Rect<T::Num>,
        depth: usize
    ); }
Expand description

Trait user must implement.

Required Methods

Implementors