Vector2.one constructor

Vector2.one()

Implementation

Vector2.one()
    : x = 1,
      y = 1;