RegionErosion
RegionErosion[reg,r]
gives the erosion of the region reg by a disk of radius r centered at the origin.
RegionErosion[reg1,reg2]
gives the erosion of the region reg1 by the region reg2.
RegionErosion[reg1,reg2,{u,v}]
gives the erosion of reg1 scaled by a factor u and reg2 scaled by a factor v.
Details and Options
- RegionErosion is also known as Minkowski difference or geometric difference.
- Typically used to construct the intersection of all positions of a region through translation.
- RegionErosion[reg,r] gives the erosion of the region reg by a disk of radius r.
- RegionErosion[reg1,reg2] returns reg1⊖reg2={dd⊕reg2⊆reg1} where a⊕b is RegionDilation.
- RegionErosion[reg1,reg2,{u,v}] returns u reg1⊖v reg2={dd⊕v reg2⊆u reg1}.
- RegionErosion takes the same options as Region.
Examples
open allclose allBasic Examples (3)
RegionErosion of Rectangle and Line:
RegionErosion of Cuboid and Cuboid:
Scope (5)
Special Regions (5)
RegionErosion of Rectangle and Line:
RegionErosion of Disk and Line:
RegionErosion of StadiumShape and Line:
RegionErosion of CapsuleShape and Ball:
RegionErosion of Cylinder and Cylinder:
Text
Wolfram Research (2021), RegionErosion, Wolfram Language function, https://reference.wolfram.com/language/ref/RegionErosion.html.
CMS
Wolfram Language. 2021. "RegionErosion." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RegionErosion.html.
APA
Wolfram Language. (2021). RegionErosion. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RegionErosion.html