Vec2.one constructor

Vec2.one()

Implementation

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