VRageMath.Matrix.Lerp - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexMatrix

Summary

public static Matrix Lerp(Matrix matrix1, Matrix matrix2, float amount)

Linearly interpolates between the corresponding values of two matrices.

Returns

Matrix

Parameters

Summary

public static void Lerp(ref Matrix matrix1, ref Matrix matrix2, float amount, out Matrix result)

Linearly interpolates between the corresponding values of two matrices.

Parameters

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