Function rasterizeLine

void rasterizeLine (
  Vector!(float,2) p0,
  Vector!(float,2) p1,
  ref const(RastParams) params,
  Plotter plotter
);