[][src]Trait ezquadtree::Vector

pub trait Vector<Rhs = Self>: Clone + PartialEq + Debug {
    fn as_point(&self) -> (u32, u32);
}

A trait to describe Vector x and y to QuadTree.

Required methods

fn as_point(&self) -> (u32, u32)

Pulls point out of Type.

Loading content...

Implementors

Loading content...