Interpolate

Interpolate(Vector2, Vector2, float)

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

Description

Perform interpolation processing

Parameters

Parameter Name Description
from Original value
to Target value
t Progress

Returns

Interpolation result