Click or drag to resize

DoubleMotionInterpolator Constructor (InterpolationAlgorithmType, Int32, DateMotionCollectionDouble)

Initializes a new instance.

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

Parameters

algorithmType
Type: AGI.Foundation.NumericalMethodsInterpolationAlgorithmType
The type of interpolation algorithm to use to interpolate the motion.
degree
Type: SystemInt32
The degree of interpolation to perform.
data
Type: AGI.FoundationDateMotionCollectionDouble
The data over which to interpolate.
See Also