ISmoothing<T>
interface in Coherence.Interpolation
ISmoothing interface defines methods used for smoothing value towards a target value.
Type Parameters
TType of the smoothed value
Properties
| CurrentVelocity | Velocity used for SmoothDamp calculations. |
Methods
| Smooth(SmoothingSettings, T, T, double) | Smoothly lerps the current value towards the target value. |