Test if a polyhedron has a non-empty interior.
tf = P.isEmptySet
tf = isEmptySet(P)
P |
Polyhedron in any format Class: Polyhedron |
tf |
True if the polyhedron ![]() Class: logical Allowed values:
|
P = ExamplePoly.randHrep;
P.isEmptySet
ans = 0Empty polyhedron is created at the time of construction.
Q = Polyhedron
Empty polyhedron in R^0
Q.isEmptySet
ans = 1Array of 3 empty polyhedra
R(1,3) = Polyhedron
Array of 3 polyhedra.
R.isEmptySet
ans = 1 1 1
◀ | polyhedron | interiorpoint | ▶ |
© 2010-2013 Colin Neil Jones: EPF Lausanne, colin.jones@epfl.ch