VRageMath.MatrixD.Lerp - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexMatrixD

Summary

public static MatrixD Lerp(MatrixD matrix1, MatrixD matrix2, double amount)

Linearly interpolates between the corresponding values of two matrices.

Returns

MatrixD

Parameters

Summary

public static void Lerp(ref MatrixD matrix1, ref MatrixD matrix2, double amount, out MatrixD result)

Linearly interpolates between the corresponding values of two matrices.

Parameters

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