Function isPointInsidePolygon

bool isPointInsidePolygon (
  in const(gfm.math.vector.Vector!(float,2)) point,
  in const(gfm.math.vector.Vector!(float,2)[]) polygon
);