RegionIntersection¶
Region common to several regions.
$ wo 'RegionIntersection[Rectangle[{0, 0}, {2, 2}], Rectangle[{1, 1}, {3, 3}]]'
Rectangle[{1, 1}, {2, 2}]
Regions that do not meet give the empty region of the same embedding dimension:
Anything that cannot be combined concretely keeps both regions inside a
BooleanRegion: