[][src]Trait dinotree_alg::query::DividerDrawer

pub trait DividerDrawer {
    type N: NumTrait;
    fn draw_divider<A: AxisTrait>(
        &mut self,
        axis: A,
        div: Self::N,
        cont: [Self::N; 2],
        length: [Self::N; 2],
        depth: usize
    ); }

Trait user must implement.

Associated Types

type N: NumTrait

Loading content...

Required methods

fn draw_divider<A: AxisTrait>(
    &mut self,
    axis: A,
    div: Self::N,
    cont: [Self::N; 2],
    length: [Self::N; 2],
    depth: usize
)

Loading content...

Implementors

Loading content...