Bug 487328

Summary: Add support for B-spline interpolation within PolyBezier.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF GeometryAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: matthias.wienand
Version: 0.2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: low-hanging fruit

Description Alexander Nyßen CLA 2016-02-05 06:42:18 EST
In addition to the already provided interpolation of a PolyBezier, we should provide an interpolation that produces cubic B-splines. We could introduce this as another static operation to PolyBezier or extract all interpolations into a utility class. The existing interpolations operations should be renamed and documented to better specify the characteristics of the underlying interpolation algorithm.