The From vector.
The too vector.
The linear interpolation factor.
Lerp Method (Vector3)
Linear interpolation between two vectors given a factor from 0.0 (equals from) to 1.0 (equals to)
Syntax
public static Vector3 Lerp( 
   Vector3 from,
   Vector3 to,
   float factor
)

Parameters

from
The From vector.
to
The too vector.
factor
The linear interpolation factor.

Return Value

The linearly interpolated vector
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also