Create .txt files to generate tests to compare C++ Bspline evaluations against existing Python BSpline evaluations. Goal: read in file using C++ and Python codes and compare the outputs.
Some problems:
- the evaluator doesn't correspond well with the input parser's format right now (see todo)
TODOs:
Create .txt files to generate tests to compare C++ Bspline evaluations against existing Python BSpline evaluations. Goal: read in file using C++ and Python codes and compare the outputs.
Some problems:
TODOs:
src.bspline_srcand saves evaluated curve/surface/volume to a file @TinkeringWithUS