fix: properly restore and fix surface_intersection.h
This commit is contained in:
@@ -74,9 +74,9 @@ struct IntersectionCurve {
|
|||||||
* @ingroup curves
|
* @ingroup curves
|
||||||
*/
|
*/
|
||||||
[[nodiscard]] std::vector<IntersectionCurve> intersect_plane_surface(
|
[[nodiscard]] std::vector<IntersectionCurve> intersect_plane_surface(
|
||||||
// const NurbsSurface& surf,
|
const NurbsSurface& surf,
|
||||||
// const core::Point3D& point,
|
const core::Point3D& point,
|
||||||
// const core::Vector3D& normal,
|
const core::Vector3D& normal,
|
||||||
// int grid_res = 32);
|
int grid_res = 32);
|
||||||
//
|
|
||||||
} // namespace vde::curves
|
} // namespace vde::curves
|
||||||
|
|||||||
Reference in New Issue
Block a user