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

Parameters

definedInAxes
Type: AGI.Foundation.Geometry.Axes
The axes in which the vector is defined.
interpolator
Type: AGI.Foundation.NumericalMethods.TranslationalMotionInterpolator
The interpolator to use to interpolate the vector.
See Also