Skip to main content

point_in_convex_polygon

Function point_in_convex_polygon 

Source
pub fn point_in_convex_polygon(point: Point, polygon: &[Point]) -> bool
Expand description

Check if a point is inside a convex polygon.