@override Vector2 copyFromUnknown(array, [int offset = 0]) { x = array[offset].toDouble(); y = array[offset + 1].toDouble(); return this; }