[][src]Function nannou::ui::prelude::widget::primitive::line::is_over

pub fn is_over(
    a: [f64; 2],
    b: [f64; 2],
    thickness: f64,
    point: [f64; 2]
) -> bool

Describes whether or not the given point touches the line described by a -> b with the given thickness.