RegionSimilar[reg1,reg2]
tests whether the regions reg1 and reg2 are similar.


RegionSimilar
RegionSimilar[reg1,reg2]
tests whether the regions reg1 and reg2 are similar.
Details and Options

- The regions reg1 and reg2 are similar if reg2 can be obtained from reg1 by a combination of translations, rotations, reflections and uniform scalings.
- Typically used to test whether two regions have the same shape or whether one has the same shape as the mirror image of the other.
- RegionSimilar[reg1,reg2] gives True if there is an affine transformation from reg1 to reg2 with matrix m satisfying
.
- Two regions reg1 and reg2 are similar if there is an affine transformation that maps reg1 into reg2 with a constant ratio between distance of two points and their images.

Examples
open all close allScope (9)
Special Regions (3)
Mesh Regions (3)
Related Guides
History
Text
Wolfram Research (2021), RegionSimilar, Wolfram Language function, https://reference.wolfram.com/language/ref/RegionSimilar.html.
CMS
Wolfram Language. 2021. "RegionSimilar." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RegionSimilar.html.
APA
Wolfram Language. (2021). RegionSimilar. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RegionSimilar.html
BibTeX
@misc{reference.wolfram_2025_regionsimilar, author="Wolfram Research", title="{RegionSimilar}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/RegionSimilar.html}", note=[Accessed: 15-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_regionsimilar, organization={Wolfram Research}, title={RegionSimilar}, year={2021}, url={https://reference.wolfram.com/language/ref/RegionSimilar.html}, note=[Accessed: 15-August-2025]}