Vector2 fromArray(array, [int offset = 0]) { x = array[offset]; y = array[offset + 1]; return this; }