VRageMath.Vector4D.Lerp - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Vector4D
public static Vector4D Lerp(Vector4D value1, Vector4D value2, double amount)
Performs a linear interpolation between two vectors.
public static void Lerp(ref Vector4D value1, ref Vector4D value2, double amount, out Vector4D result)
Performs a linear interpolation between two vectors.