Skip to main content

Quadtree

Type Alias Quadtree 

Source
pub type Quadtree<T, U, V = ()> = Orthotree<2, 2, 4, 4, T, U, V>;

Aliased Type§

pub struct Quadtree<T, U, V = ()> { /* private fields */ }

Trait Implementations§

Source§

impl<T, U> Dualization<D> for Quadtree<T, U>
where T: Add<Output = T> + Copy + Into<Scalar> + Into<usize> + PartialOrd + Split, U: Copy + Into<usize>,

Source§

fn dualize(&mut self) -> Mesh<D>