intersect
Generate and plot intersection of two shapes
Description
intersect( plots a shape
                generated by intersecting theshape1,shape2)shape1 and
                shape2. Alternatively, you can also use the
                    '&' operator to intersect the shapes (shape1
                    & shape2).
c = intersect(shape1,shape2)shape1 and
                    shape2 and returns a polygon object for resultant 2-D shape
                or a custom 3-D object for resultant 3-D shape. Alternatively, you can also use the
                    '&' operator to intersect the shapes (c = shape1
                    & shape2).
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017a



