Click or drag to resize

ScalarInterpolator Constructor (DoubleMotionInterpolator)

Initializes a new instance of the ScalarInterpolator class from the provided parameters.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarInterpolator(
	DoubleMotionInterpolator interpolator
)

Parameters

interpolator
Type: AGI.Foundation.NumericalMethodsDoubleMotionInterpolator
The interpolator to use to interpolate the scalar.
See Also