Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我怎么能找到 2 个正方形是否共享同一侧。
我有 2 个信息:位置和大小
位置是正方形的左上角
+---+---+ | s | | s | +---+---+
这里 s 是两个正方形的共享边
由于您缺少“方向”作为基准,我们将假设它们与轴正交。此时,需要检查水平或垂直边缘是否共线(这很简单,因为您无需担心方向),然后查看任何一个角是否落在另一个正方形的边内,反之亦然.