Interpolate

public Vector4 Interpolate(Vector4 from, Vector4 to, float t) ;

Perform interpolation processing

Parameter Name Description
from Original value
to Target value
t Progress

Interpolation result