Struct collisions::quadtree::Quadtree [] [src]

pub struct Quadtree {
    pub vertx: [f32; 4],
    pub verty: [f32; 4],
    pub quads: Vec<Quadtree>,
    pub items: Vec<Collidable>,
}

Fields

Methods

impl Quadtree
[src]

Trait Implementations

impl Clone for Quadtree
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Quadtree
[src]

Formats the value using the given formatter.