function Vector2(arg0, arg1) { var _newVector = { x: arg0, y: arg1 }; return _newVector; }