export default class vector2{ constructor( x, y ) { this.x = x; this.y = y; } x = 0; y = 0; }