Beispiel #1
0
 def points_inside_poly(xypts, xyvts):
     p = mplPath(xyvts)
     return p.contains_points(xypts)
Beispiel #2
0
 def points_inside_poly(xypts, xyvts):
     p = mplPath(xyvts)
     return p.contains_points(xypts)