Trait bismuth::cube::Intersects [] [src]

pub trait Intersects<T> {
    fn intersects(&self, other: &T) -> bool;
}

Shape or primitive that can test for intersection with another shape or primitive.

Required Methods

Tests for intersection.

Implementors