TranslationalMotionInterpolator Constructor (InterpolationAlgorithm, Int32, DateMotionCollectionCartesian) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TranslationalMotionInterpolator(
	InterpolationAlgorithm interpolationAlgorithm,
	int degree,
	DateMotionCollection<Cartesian> data
)
Public Sub New ( 
	interpolationAlgorithm As InterpolationAlgorithm,
	degree As Integer,
	data As DateMotionCollection(Of Cartesian)
)
public:
TranslationalMotionInterpolator(
	InterpolationAlgorithm^ interpolationAlgorithm, 
	int degree, 
	DateMotionCollection<Cartesian>^ data
)
new : 
        interpolationAlgorithm : InterpolationAlgorithm * 
        degree : int * 
        data : DateMotionCollection<Cartesian> -> TranslationalMotionInterpolatorParameters
- interpolationAlgorithm
 - Type: AGI.Foundation.NumericalMethods.AdvancedInterpolationAlgorithm
            The interpolation algorithm to use to interpolate the motion.
             - degree
 - Type: SystemInt32
The degree of interpolation to perform. - data
 - Type: AGI.FoundationDateMotionCollectionCartesian
The data over which to interpolate. 
See Also