RegionDilation
RegionDilation[reg,r]
gives the dilation of the region reg by a disk of radius r centered at the origin.
RegionDilation[reg1,reg2]
gives the dilation of the region reg1 by the region reg2.
RegionDilation[reg1,reg2,{u,v}]
gives the dilation of reg1 scaled by a factor u and reg2 scaled by a factor v.
Details and Options
- RegionDilation is also known as Minkowski sum, geometric sum or offset.
- Typically used to construct the union of positions of a region through translation.
- RegionDilation[reg,r] gives the dilation of the region reg by a disk of radius r.
- RegionDilation[reg1,reg2] returns the region reg1⊕reg2={a+ba∈reg1∧b∈reg2}.
- RegionDilation[reg1,reg2,{u,v}] returns the region u reg1⊕v reg2={u a+v ba∈reg1∧b∈reg2}.
- RegionDilation takes the same options as Region.
Examples
open allclose allBasic Examples (4)
Scope (8)
Special Regions (4)
Formula Regions (1)
RegionDilation of ImplicitRegion objects:
Mesh Regions (1)
Dilation of two BoundaryMeshRegion objects:
Derived Regions (2)
Dilation of two BooleanRegion objects:
Dilation of two TransformedRegion objects:
Possible Issues (1)
RegionDilation gives an approximate result when the exact result cannot be computed:
Text
Wolfram Research (2021), RegionDilation, Wolfram Language function, https://reference.wolfram.com/language/ref/RegionDilation.html.
CMS
Wolfram Language. 2021. "RegionDilation." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RegionDilation.html.
APA
Wolfram Language. (2021). RegionDilation. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RegionDilation.html