ge

Purpose

Test if a polyhedron is contained inside polyhedron.

Syntax

S >= P
tf = S.contains(P)
tf = contains(S, P)

Description

Check if the polyhedron P is contained inside the polyhedron S. The result it the logical statement if ../../../../../../fig/mpt/modules/geometry/sets/@Polyhedron/ge1.png and false otherwise.

Input Arguments

P

Polyhedron in any format

Class: Polyhedron

S

Polyhedron in any format.

Class: Polyhedron

Output Arguments

tf

True if ../../../../../../fig/mpt/modules/geometry/sets/@Polyhedron/ge2.png and false otherwise.

Class: logical

Allowed values:

  • true
  • false

See Also

contains, le, lt, gt


© 2010-2013 Colin Neil Jones: EPF Lausanne, colin.jones@epfl.ch