VRageMath.Vector4D.Lerp - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexVector4D

Summary

public static Vector4D Lerp(Vector4D value1, Vector4D value2, double amount)

Performs a linear interpolation between two vectors.

Returns

Vector4D

Parameters

Summary

public static void Lerp(ref Vector4D value1, ref Vector4D value2, double amount, out Vector4D result)

Performs a linear interpolation between two vectors.

Parameters

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