Trait ami::Collider [] [src]

pub trait Collider {
    fn bbox(&self) -> BBox;
}

Collider has bounding box and id.

Required Methods

Get the BBox for this collider.

Implementors