This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:concept:interpolation [2024/02/23 22:48] – created yussuna | en:concept:interpolation [2024/05/05 00:35] (current) – Interpolation types: nearest, linear, cubic yussuna | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Interpolation ====== | ====== Interpolation ====== | ||
| - | 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. | ||