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.
将四边形分解为任意数量的三角形的最简单算法是什么?
可能是中点三角形细分。将四边形切割成两个三角形,然后使用每个三角形边的中点作为四个新三角形的顶点。