i1 : F = pp1ProductFan 2
o1 = {ambient dimension => 2 }
number of generating cones => 4
number of rays => 4
top dimension of the cones => 2
o1 : Fan
|
i2 : apply(maxCones F, rays)
o2 = {| -1 0 |, | 1 0 |, | 1 0 |, | -1 0 |}
| 0 -1 | | 0 -1 | | 0 1 | | 0 1 |
o2 : List
|
The object pp1ProductFan is a method function.