StkAttitudeFile.ConfigureInterpolation Method |
Configures the
Interpolator to use the specified interpolation algorithm
and polynomial degree. The
Data property must be set before calling this method.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void ConfigureInterpolation(
InterpolationAlgorithm interpolationAlgorithm,
int interpolationDegree
)
Public Sub ConfigureInterpolation (
interpolationAlgorithm As InterpolationAlgorithm,
interpolationDegree As Integer
)
public:
void ConfigureInterpolation(
InterpolationAlgorithm^ interpolationAlgorithm,
int interpolationDegree
)
member ConfigureInterpolation :
interpolationAlgorithm : InterpolationAlgorithm *
interpolationDegree : int -> unit
Parameters
- interpolationAlgorithm
- Type: AGI.Foundation.NumericalMethods.Advanced.InterpolationAlgorithm
The interpolation algorithm to use. - interpolationDegree
- Type: System.Int32
The degree of the polynomial to use for interpolation.
Exceptions
See Also