|
|
@@ -42,6 +42,9 @@ public: |
|
|
|
CatmullRomInterpolator() noexcept;
|
|
|
|
~CatmullRomInterpolator() noexcept;
|
|
|
|
|
|
|
|
CatmullRomInterpolator (CatmullRomInterpolator&&) noexcept = default;
|
|
|
|
CatmullRomInterpolator& operator= (CatmullRomInterpolator&&) noexcept = default;
|
|
|
|
|
|
|
|
/** Resets the state of the interpolator.
|
|
|
|
Call this when there's a break in the continuity of the input data stream.
|
|
|
|
*/
|
|
|
|