Delegate Tween.TweenFunction
Describes a function that applies a smoothing transformation.
Namespace: TheXDS.MCART.Math
Assembly: MCART.dll
Syntax
public delegate double Tween.TweenFunction(in double position)
Parameters
Type | Name | Description |
---|---|---|
double | position | Value between |
Returns
Type | Description |
---|---|
double | A value corresponding to the applied smoothing. |