Vec2 constructor

const Vec2(
  1. int x,
  2. int y
)

Implementation

const Vec2(int x, int y) : super(x, y);