i1 : P = hypercube 3 o1 = P o1 : Polyhedron |
i2 : Q = convexHull matrix{{1,1,1},{1,1,-1},{1,-1,1}}
o2 = Q
o2 : Polyhedron
|
i3 : isFace(Q,P) o3 = false |
i4 : v = matrix{{1},{-1},{-1}};
3 1
o4 : Matrix ZZ <--- ZZ
|
i5 : Q = convexHull{Q,v}
o5 = Q
o5 : Polyhedron
|
i6 : isFace(Q,P) o6 = true |
The object isFace is a method function.