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

Collider has bounding box and id.

Required Methods

Get the BBox for this collider.

Implementors