HitExt

Trait HitExt 

Source
pub trait HitExt {
    // Required method
    fn hit(&self, point: Point, threshhold: f64) -> bool;
}

Required Methods§

Source

fn hit(&self, point: Point, threshhold: f64) -> bool

Implementors§

Source§

impl<T> HitExt for T