Click or drag to resize

VectorInterpolator Constructor (Axes, TranslationalMotionInterpolator)

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: 24.1.418.0 (24.1.418.0)
Syntax
public VectorInterpolator(
	Axes definedInAxes,
	TranslationalMotionInterpolator interpolator
)

Parameters

definedInAxes
Type: AGI.Foundation.GeometryAxes
The axes in which the vector is defined.
interpolator
Type: AGI.Foundation.NumericalMethodsTranslationalMotionInterpolator
The interpolator to use to interpolate the vector.
See Also