AxesInterpolator Constructor (Axes, InterpolationAlgorithm, Int32, DateMotionCollectionUnitQuaternion, Cartesian) |
Initializes a new instance of the
AxesInterpolator class from the provided parameters.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AxesInterpolator(
Axes referenceAxes,
InterpolationAlgorithm interpolationAlgorithm,
int degree,
DateMotionCollection<UnitQuaternion, Cartesian> data
)
Public Sub New (
referenceAxes As Axes,
interpolationAlgorithm As InterpolationAlgorithm,
degree As Integer,
data As DateMotionCollection(Of UnitQuaternion, Cartesian)
)
public:
AxesInterpolator(
Axes^ referenceAxes,
InterpolationAlgorithm^ interpolationAlgorithm,
int degree,
DateMotionCollection<UnitQuaternion, Cartesian>^ data
)
new :
referenceAxes : Axes *
interpolationAlgorithm : InterpolationAlgorithm *
degree : int *
data : DateMotionCollection<UnitQuaternion, Cartesian> -> AxesInterpolator
Parameters
- referenceAxes
- Type: AGI.Foundation.GeometryAxes
The reference frame in which the axes are defined. - interpolationAlgorithm
- Type: AGI.Foundation.NumericalMethods.AdvancedInterpolationAlgorithm
The interpolation algorithm to use to interpolate the axes. - degree
- Type: SystemInt32
The degree of interpolation to perform. - data
- Type: AGI.FoundationDateMotionCollectionUnitQuaternion, Cartesian
The data over which to interpolate.
See Also