From 324066a27c8c6140ace4f3d11c188275255dbc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=82=E4=B9=8B=E9=92=B3?= Date: Fri, 24 Jul 2026 13:15:15 +0000 Subject: [PATCH] fix: properly restore and fix surface_intersection.h --- include/vde/curves/surface_intersection.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/vde/curves/surface_intersection.h b/include/vde/curves/surface_intersection.h index 612e2c2..899be24 100644 --- a/include/vde/curves/surface_intersection.h +++ b/include/vde/curves/surface_intersection.h @@ -74,9 +74,9 @@ struct IntersectionCurve { * @ingroup curves */ [[nodiscard]] std::vector intersect_plane_surface( -// const NurbsSurface& surf, -// const core::Point3D& point, -// const core::Vector3D& normal, -// int grid_res = 32); -// + const NurbsSurface& surf, + const core::Point3D& point, + const core::Vector3D& normal, + int grid_res = 32); + } // namespace vde::curves