Function nannou::ui::prelude::widget::primitive::shape::polygon::is_over[][src]

pub fn is_over<I>(points: I, point: [f64; 2]) -> bool where
    I: IntoIterator<Item = [f64; 2]>, 

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