[][src]Trait plop::prelude::Collider

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

Collider has bounding box and id.

Required methods

fn bbox(&self) -> BBox

Get the BBox for this collider.

Loading content...

Implementors

impl Collider for RigidBody[src]

Loading content...