Interpolate

Interpolate(Vector3Int, Vector3Int, float)

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

Description

Perform interpolation processing

Parameters

Parameter Name Description
from Original value
to Target value
t Progress

Returns

Interpolation result