VectorInterpolator Constructor (Axes, TranslationalMotionInterpolator) | 
  
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic VectorInterpolator(
	Axes definedInAxes,
	TranslationalMotionInterpolator interpolator
)
Public Sub New ( 
	definedInAxes As Axes,
	interpolator As TranslationalMotionInterpolator
)
public:
VectorInterpolator(
	Axes^ definedInAxes, 
	TranslationalMotionInterpolator^ interpolator
)
new : 
        definedInAxes : Axes * 
        interpolator : TranslationalMotionInterpolator -> VectorInterpolatorParameters
- 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