GameLib.D3.API.Vector2 = function Vector2(x, y) { this.x = x || 0; this.y = y || 0; };