Vec2D constructor

Vec2D()

Implementation

Vec2D()
    : x = 0,
      y = 0;