feat: mesh boolean 实现 + mesh 质量/平滑扩展
CI / Build & Test (push) Failing after 44s
CI / Release Build (push) Failing after 37s

This commit is contained in:
茂之钳
2026-07-23 12:41:34 +00:00
parent 484dc3700b
commit 6b2bb2fe80
-2
View File
@@ -5,12 +5,10 @@
#include <cmath>
#include <array>
#include <algorithm>
#include <random>
namespace vde::boolean {
using core::Triangle3D;
using core::Ray3Dd;
using core::AABB3D;
using mesh::HalfedgeMesh;
// ═══════════════════════════════════════════════════════════