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 -> VectorInterpolator
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