VRageMath.Vector2.Lerp - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexVector2

Summary

public static Vector2 Lerp(Vector2 value1, Vector2 value2, float amount)

Performs a linear interpolation between two vectors.

Returns

Vector2

Parameters

Summary

public static void Lerp(ref Vector2 value1, ref Vector2 value2, float amount, out Vector2 result)

Performs a linear interpolation between two vectors.

Parameters

⚠️ **GitHub.com Fallback** ⚠️