PolyhedralSets
IsInInterior
test if a polyhedral set is contained in the interior of another
Calling Sequence
Parameters
Description
Examples
Compatibility
IsInInterior(ps1, ps2)
ps1, ps2
-
polyhedral sets
Returns true if the polyhedral set ps1 is contained in the interior of the highest dimensional face of ps2, that is if ps1 is a subset of ps2 and the intersections between the facets of ps1 and the facets of ps2 are empty.
A small cube resides in the interior of a larger cube.
The empty set is not in the interior of any other set.
The PolyhedralSets[IsInInterior] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
PolyhedralSets[`in`]
PolyhedralSets[`subset`]
PolyhedralSets[LocatePoint]
PolyhedralSets[IsEmpty]
PolyhedralSets[InteriorPoint]
PolyhedralSets[PolyhedralSet]
Download Help Document