export class Vector2 { constructor(x, y) { this.x = x this.y = y } }