I have to write a C++ program that, from a list of unorganized point, calculates the approximate surface on which these points lie and generate the corresponding NURBS. I've already seen OpenNurbs but there are no function for this, and libNURBS but the function included is tagged as "in research "
Can someone help me suggesting an appropriate library useful for this task?
Regards.