VectorInterpolator Constructor (Axes, TranslationalMotionInterpolator) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.GeometryAxes
The axes in which the vector is defined. - interpolator
- Type: AGI.Foundation.NumericalMethodsTranslationalMotionInterpolator
The interpolator to use to interpolate the vector.
See Also