Trait rhusics::collide::Collider [] [src]

pub trait Collider {
    fn should_generate_contacts(&self, other: &Self) -> bool;
}

Used to check if two shapes should be checked for collisions

Required Methods

Should shapes generate contact events

Implementations on Foreign Types

impl<'a> Collider for ()
[src]

[src]

Implementors