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