Trait collision::Discrete [] [src]

pub trait Discrete<RHS> {
    fn intersects(&self, _: &RHS) -> bool;
}

A boolean intersection test.

Required Methods

Intersection test

Implementors