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

pub fn is_over<I>(points: I, cap: Cap, thickness: Scalar, p: Point) -> bool where
    I: IntoIterator<Item = Point>, 

Returns whether or not the given point p lies over the PointPath described by the given points, line cap and thickness.