Trait graphics_shapes::Intersects
source · pub trait Intersects<T> {
fn intersects(&self, shape: T) -> bool;
}Required Methods§
sourcefn intersects(&self, shape: T) -> bool
fn intersects(&self, shape: T) -> bool
returns true if shape intersects this shape