pub trait Collider { // Required method fn bbox(&self) -> BBox; }
Collider has bounding box and id.
Collider
Get the BBox for this collider.
BBox