This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:concept:interpolation [2024/02/23 22:49] – yussuna | en:concept:interpolation [2024/05/05 00:35] (current) – Interpolation types: nearest, linear, cubic yussuna | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Interpolation estimates values by existent values.\\ \\ | Interpolation estimates values by existent values.\\ \\ | ||
| So if there are value A and B, and value C is a value that is supposed to be between A and B, interpolation calculates C for you. | So if there are value A and B, and value C is a value that is supposed to be between A and B, interpolation calculates C for you. | ||
| + | \\ | ||
| + | \\ | ||
| + | ===== Interpolation types ===== | ||
| + | |||
| + | ==== Nearest ==== | ||
| + | Nearest SNAP from one point to another. | ||
| + | |||
| + | ==== Linear ==== | ||
| + | Linear does smooth linear speed. | ||
| + | |||
| + | ==== Cubic ==== | ||
| + | Cubic does even more smoother than linear. | ||