interface
IInterpolator<T>
public interface IInterpolator<T> Interpolates between two values of the same type.
Type Parameters
T Value type to interpolate. Methods
virtual T Interpolate(T a, T b, Single t) Assembly:
Sandbox.Engine Namespace: Sandbox.MovieMaker Full Name: Sandbox.MovieMaker.IInterpolator<T>