Main Content
intersect
Intersection of shape1 and shape2
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
).
generates the shape obtained by intersecting 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