b = isEmpty P
i1 : P = polyhedronFromHData(matrix{{1,0},{0,1},{-1,-1}},matrix{{-1},{1},{-1}}) o1 = P o1 : Polyhedron
i2 : isEmpty P o2 = true
The object isEmpty is a method function.