Struct collisions::quadtree::Collision [] [src]

pub struct Collision {
    pub a: Collidable,
    pub b: Collidable,
    pub face_idx: usize,
    pub supp_pnt: Vector2<f32>,
}

Fields

Trait Implementations

impl Clone for Collision
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Collision
[src]

Formats the value using the given formatter.