fix: properly restore and fix surface_intersection.h
CI / Build & Test (push) Failing after 38s
CI / Release Build (push) Failing after 40s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
茂之钳
2026-07-24 13:15:15 +00:00
parent d6039bc686
commit 324066a27c
+5 -5
View File
@@ -74,9 +74,9 @@ struct IntersectionCurve {
* @ingroup curves
*/
[[nodiscard]] std::vector<IntersectionCurve> 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