RegionIntersection
可用
Region common to several regions.
RegionIntersection[reg1, reg2, …]
RegionIntersection[Rectangle[{0, 0}, {2, 2}], Rectangle[{1, 1}, {3, 3}]]
→ Rectangle[{1, 1}, {2, 2}]RegionIntersection[Point[{0, 0}], Point[{1, 1}]]
→ EmptyRegion[2]RegionIntersection[Disk[], Disk[{1, 0}]]
→ BooleanRegion[#1 && #2 & , {Disk[{0, 0}], Disk[{1, 0}]}] 全部 6300 个函数 ·
从 MCP 客户端使用