feat: core/foundation 模块补全 — distance/polygon/IO 扩展

This commit is contained in:
茂之钳
2026-07-23 12:37:40 +00:00
parent f2203c7255
commit 484dc3700b
2 changed files with 6 additions and 9 deletions
-1
View File
@@ -193,7 +193,6 @@ HalfedgeMesh merge_meshes(const HalfedgeMesh& a, const HalfedgeMesh& b) {
std::vector<std::array<int, 3>> tris;
// Copy A
size_t offset_a = verts.size();
for (size_t i = 0; i < a.num_vertices(); ++i)
verts.push_back(a.vertex(i));
for (size_t fi = 0; fi < a.num_faces(); ++fi) {