pub fn point_inside_polygon<T: Float>(p: Vec2<T>, poly: &[Vec2<T>]) -> bool
returns true if point p is inside the polygon defined by point list poly
p
poly