Test if the union is built from bounded polyhedra.
ts = U.isBounded
ts = isBounded(U)
U |
Union of polyhedra in the same dimension. Class: PolyUnion |
ts |
True if all polyhedra in the union are bounded and false otherwise. Class: logical Allowed values:
|
P(1) = Polyhedron('V',randn(5,2));
P(2) = Polyhedron('V',randn(5,2),'R',[0 1]);Create union
U = PolyUnion(P)
PolyUnion in the dimension 2 with 2 polyhedra. Functions : noneCheck if the union is bounded
U.isBounded
ans = 0The boundedness property can be retrieved from
U.Internal.Bounded
ans = 0
◀ | feval | locatepoint | ▶ |
© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch