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

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

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