[−][src]Function conrod_core::widget::primitive::shape::polygon::is_over
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.