check_point_inside_polygon

Function check_point_inside_polygon 

Source
pub fn check_point_inside_polygon(point: Vector2, points: &[Vector2]) -> bool
Expand description

Check if point is within a polygon described by array of vertices