| Package | Description |
|---|---|
| org.cesiumjs.cs.core.interpolation | |
| org.cesiumjs.cs.datasources.properties | |
| org.cesiumjs.cs.datasources.properties.options |
| Modifier and Type | Class and Description |
|---|---|
class |
HermitePolynomialApproximation
An
InterpolationAlgorithm for performing Hermite interpolation. |
class |
LagrangePolynomialApproximation
An
InterpolationAlgorithm for performing Lagrange interpolation. |
class |
LinearApproximation
An
InterpolationAlgorithm for performing linear interpolation. |
| Modifier and Type | Field and Description |
|---|---|
InterpolationAlgorithm |
SampledProperty.interpolationAlgorithm
Gets the interpolation algorithm to use when retrieving a value.
|
InterpolationAlgorithm |
SampledPositionProperty.interpolationAlgorithm
Gets the interpolation algorithm to use when retrieving a value.
|
| Modifier and Type | Field and Description |
|---|---|
InterpolationAlgorithm |
SampledPropertyInterpolationOptions.interpolationAlgorithm
The new interpolation algorithm.
|
Copyright © 2019. All rights reserved.