RE: Add function to approximate B-Spline from points

This commit is contained in:
wmayer
2024-04-03 15:23:14 +02:00
committed by wwmayer
parent ba27d6d92d
commit b47d72f8de
7 changed files with 716 additions and 1 deletions

View File

@@ -74,7 +74,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Reen_ApproxSphere"
<< "Reen_ApproxPolynomial"
<< "Separator"
<< "Reen_ApproxSurface";
<< "Reen_ApproxSurface"
<< "Reen_ApproxCurve";
*reen << approx;
return root;