Collider

Trait Collider 

Source
pub trait Collider {
    // Required method
    fn bbox(&self) -> BBox;
}
Expand description

Collider has bounding box and id.

Required Methods§

Source

fn bbox(&self) -> BBox

Get the BBox for this collider.

Implementors§