Bug 487328 - Add support for B-spline interpolation within PolyBezier.
Summary: Add support for B-spline interpolation within PolyBezier.
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF Geometry (show other bugs)
Version: 0.2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard: low-hanging fruit
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-05 06:42 EST by Alexander Nyßen CLA
Modified: 2018-10-15 14:25 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.