摘要: 有 hole 的polygon 转成一笔画 polygon // 判断点是否在 ring 包含的区域内(射线法) bool PointInPolygon(const CPoint64& p, const CPath64& r) { bool inside = false; for (int i = 阅读全文
posted @ 2025-11-17 18:31 卑以自牧lq 阅读(7) 评论(0) 推荐(0)