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