lt

Purpose

Test if a polyhedron is contained inside polyhedron.

Syntax

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

Description

Check if the polyhedron S is contained inside the polyhedron P. The result it the logical statement if ../../../../../../fig/mpt/modules/geometry/sets/@Polyhedron/lt1.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/lt2.png and false otherwise.

Class: logical

Allowed values:

  • true
  • false

See Also

contains, le, ge, gt


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