| RotationalMotionInterpolator Constructor (InterpolationAlgorithmType, Int32, DateMotionCollectionUnitQuaternion, Cartesian) | 
 
            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)
 Syntax
Syntaxpublic RotationalMotionInterpolator(
	InterpolationAlgorithmType algorithmType,
	int degree,
	DateMotionCollection<UnitQuaternion, Cartesian> data
)
Public Sub New ( 
	algorithmType As InterpolationAlgorithmType,
	degree As Integer,
	data As DateMotionCollection(Of UnitQuaternion, Cartesian)
)
public:
RotationalMotionInterpolator(
	InterpolationAlgorithmType algorithmType, 
	int degree, 
	DateMotionCollection<UnitQuaternion, Cartesian>^ data
)
new : 
        algorithmType : InterpolationAlgorithmType * 
        degree : int * 
        data : DateMotionCollection<UnitQuaternion, Cartesian> -> RotationalMotionInterpolatorParameters
- 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.FoundationDateMotionCollectionUnitQuaternion, Cartesian
 The data over which to interpolate.
 See Also
See Also