ScalarInterpolator Constructor (DoubleMotionInterpolator) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarInterpolator(
DoubleMotionInterpolator interpolator
)
Public Sub New (
interpolator As DoubleMotionInterpolator
)
public:
ScalarInterpolator(
DoubleMotionInterpolator^ interpolator
)
new :
interpolator : DoubleMotionInterpolator -> ScalarInterpolator
Parameters
- interpolator
- Type: AGI.Foundation.NumericalMethodsDoubleMotionInterpolator
The interpolator to use to interpolate the scalar.
See Also