Appearance
KBE3D / KBCore / Cesium / HermitePolynomialApproximation
HermitePolynomialApproximation
An InterpolationAlgorithm for performing Hermite interpolation.
函数
| 函数 | 描述 |
|---|---|
| getRequiredDataPoints | Given the desired degree, returns the number of data points required for interpolation. |
| interpolateOrderZero | Interpolates values using Hermite Polynomial Approximation. |
| interpolate | Interpolates values using Hermite Polynomial Approximation. |
