Does "union_of_cones" take $array of cones as input? On the webpage illustrating it, one only construct a union of two cones which can be written down explicitly. However, if I want to write a function that produces an array of many cones, and I want to take the union of all of them, how would that be done?
Thank you!