Click or drag to resize

DoubleMotionInterpolator Constructor (InterpolationAlgorithmType, Int32, DateMotionCollection<Double>, IList<JulianDate>)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public DoubleMotionInterpolator(
	InterpolationAlgorithmType algorithmType,
	int degree,
	DateMotionCollection<double> data,
	IList<JulianDate> segmentBoundaryTimes
)

Parameters

algorithmType
Type: AGI.Foundation.NumericalMethods.InterpolationAlgorithmType
The type of interpolation algorithm to use to interpolate the motion.
degree
Type: System.Int32
The degree of interpolation to perform.
data
Type: AGI.Foundation.DateMotionCollection<Double>
The data over which to interpolate.
segmentBoundaryTimes
Type: System.Collections.Generic.IList<JulianDate>
The boundary times between segments that the interpolator should not interpolate over.
See Also