Function conrod::widget::primitive::shape::polygon::is_over[][src]

pub fn is_over<I>(points: I, point: Point) -> bool where
    I: IntoIterator<Item = Point>, 

Returns true if the given Point is over the polygon described by the given series of points.