public static Lerp ( float x, float y, float l ) : float | ||
x | float | /// First value to interpolate. /// |
y | float | /// Second value to interpolate. /// |
l | float |
/// Interpolation parameter. 0 returns |
return | float |
public static Lerp ( float x, float y, float l ) : float | ||
x | float | /// First value to interpolate. /// |
y | float | /// Second value to interpolate. /// |
l | float |
/// Interpolation parameter. 0 returns |
return | float |