Created by: portnov
Evaluation of Bezier curves is much faster than evaluation of generic NURBS curves. But, any NURBS curve can be split up into list of Bezier segments. For now, this is implemented for non-rational curves only. And anyway this has to be extensively tested.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.