Interpolate

Interpolate(Vector3, Vector3, float)

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

Description

Perform interpolation processing

Parameters

Parameter Name Description
from Original value
to Target value
t Progress

Returns

Interpolation result