Interpolate

Interpolate(Vector4, Vector4, float)

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

Description

Perform interpolation processing

Parameters

Parameter Name Description
from Original value
to Target value
t Progress

Returns

Interpolation result