Interpolation
Items
# | Name | Tag |
---|---|---|
UniformB |
- |
|
An Uniform-B spline is used for interpolation. The interpolated curve approximates the data points; its first and second derivatives are continuous. |
||
CatmullRom |
- |
|
A Catmull-Rom spline is used for interpolation. The interpolated curve touches all data points; its first derivative is continuous. |
||
Linear |
- |
|
Linear interpolation is used. |
||
Point |
- |
|
Nearest-point filtering is used. |