[][src]Function conrod_core::widget::primitive::line::is_over

pub fn is_over(a: Point, b: Point, thickness: Scalar, point: Point) -> bool

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