• Craig Watson's avatar
    (WIP) Interpolation of strokes. Progress so far: · 4491341a
    Craig Watson authored
    - UBGraphicsScene calls UBGraphicsStroke::addPoint, which returns a list
    of points that can be drawn. It may be none (e.g we discard very small
    segments), one (if we do no interpolation) or several.
    
    - Added a UBInterpolator base, abstract class. Various interpolation
    methods can be added easily.
    
    - Current methods: Basic spline (custom), Catmull-Rom spline (based on
    alglib), and Bézier
    
    - Added a setting to toggle interpolation. Added this to the UI as well
    4491341a
Name
Last commit
Last update
..
adaptors Loading commit data...
api Loading commit data...
board Loading commit data...
core Loading commit data...
desktop Loading commit data...
document Loading commit data...
domain Loading commit data...
frameworks Loading commit data...
globals Loading commit data...
gui Loading commit data...
network Loading commit data...
pdf Loading commit data...
pdf-merger Loading commit data...
podcast Loading commit data...
tools Loading commit data...
web Loading commit data...