Function isTriangleClockwise

bool isTriangleClockwise (
  in const(gfm.math.vector.Vector!(float,2)[3]) tri
);