|
4.23.3.10 convexIntersection
Syntax:
convexIntersection( cone c1, cone c2 )
convexIntersection( cone c1, polytope p1 )
convexIntersection( polytope p1, cone c1 )
convexIntersection( polytope p1, polytope p2 )
Type:
- cone if both input arguments are cones, else polytope
Purpose:
- the intersection of the two objects
Example:
|