Function ShapeDrawer.drawLine

Draws a line Can be overridden

void drawLine (
  Vector!(int,2) first,
  Vector!(int,2) second
);