Vector2.zero constructor

Vector2.zero()

Implementation

Vector2.zero()
    : x = 0,
      y = 0;