factory BBox.fromList(List<double> list) => BBox( min: list.asLocation, max: list.sublist(2).asLocation, );