BoundingBox.fromDoublelist(List<double> list) : x = list[0], y = list[1], width = list[2], height = list[3];