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

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.