Click or drag to resize

VectorInterpolator Constructor (Axes, InterpolationAlgorithm, Int32, DateMotionCollection<Cartesian>)

Initializes a new instance of the VectorInterpolator class from the provided parameters.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public VectorInterpolator(
	Axes definedInAxes,
	InterpolationAlgorithm interpolationAlgorithm,
	int degree,
	DateMotionCollection<Cartesian> data
)

Parameters

definedInAxes
Type: AGI.Foundation.Geometry.Axes
The axes in which the vector is defined.
interpolationAlgorithm
Type: AGI.Foundation.NumericalMethods.Advanced.InterpolationAlgorithm
The interpolation algorithm to use to interpolate the vector.
degree
Type: System.Int32
The degree of interpolation to perform.
data
Type: AGI.Foundation.DateMotionCollection<Cartesian>
The data over which to interpolate.
See Also