VectorInterpolator Constructor (Axes, InterpolationAlgorithmType, Int32, DateMotionCollectionCartesian) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public VectorInterpolator(
Axes definedInAxes,
InterpolationAlgorithmType algorithmType,
int degree,
DateMotionCollection<Cartesian> data
)
Public Sub New (
definedInAxes As Axes,
algorithmType As InterpolationAlgorithmType,
degree As Integer,
data As DateMotionCollection(Of Cartesian)
)
public:
VectorInterpolator(
Axes^ definedInAxes,
InterpolationAlgorithmType algorithmType,
int degree,
DateMotionCollection<Cartesian>^ data
)
new :
definedInAxes : Axes *
algorithmType : InterpolationAlgorithmType *
degree : int *
data : DateMotionCollection<Cartesian> -> VectorInterpolator
Parameters
- definedInAxes
- Type: AGI.Foundation.GeometryAxes
The axes in which the vector is defined. - algorithmType
- Type: AGI.Foundation.NumericalMethodsInterpolationAlgorithmType
The type of interpolation algorithm to use to interpolate the vector. - degree
- Type: SystemInt32
The degree of interpolation to perform. - data
- Type: AGI.FoundationDateMotionCollectionCartesian
The data over which to interpolate.
See Also