Trait broccoli::query::DividerDrawer[][src]

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

Trait user must implement.

Associated Types

Required methods

Implementors