Appearance
KBE3D / KBCore / Cesium / LinearApproximation
LinearApproximation
An InterpolationAlgorithm for performing linear interpolation.
函数
| 函数 | 描述 |
|---|---|
| getRequiredDataPoints | Given the desired degree, returns the number of data points required for interpolation. Since linear interpolation can only generate a first degree polynomial, this function always returns 2. |
| interpolateOrderZero | Interpolates values using linear approximation. |
