Function isPointLeftOfLine

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