Function isConvex

Check that a polygon, defined as a point list, is convex

bool isConvex (
  const(Vector!(float,2)[]) polygon
) nothrow @safe;