RotationalMotionInterpolator Constructor (InterpolationAlgorithmType, Int32, DateMotionCollectionUnitQuaternion, Cartesian, IListJulianDate) |
Initializes a new instance.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RotationalMotionInterpolator(
InterpolationAlgorithmType algorithmType,
int degree,
DateMotionCollection<UnitQuaternion, Cartesian> data,
IList<JulianDate> segmentBoundaryTimes
)
Public Sub New (
algorithmType As InterpolationAlgorithmType,
degree As Integer,
data As DateMotionCollection(Of UnitQuaternion, Cartesian),
segmentBoundaryTimes As IList(Of JulianDate)
)
public:
RotationalMotionInterpolator(
InterpolationAlgorithmType algorithmType,
int degree,
DateMotionCollection<UnitQuaternion, Cartesian>^ data,
IList<JulianDate>^ segmentBoundaryTimes
)
new :
algorithmType : InterpolationAlgorithmType *
degree : int *
data : DateMotionCollection<UnitQuaternion, Cartesian> *
segmentBoundaryTimes : IList<JulianDate> -> RotationalMotionInterpolator
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.FoundationDateMotionCollectionUnitQuaternion, Cartesian
The data over which to interpolate. - segmentBoundaryTimes
- Type: System.Collections.GenericIListJulianDate
The boundary times between segments that the interpolator should not interpolate over.
See Also