VRageMath.MatrixD.Lerp - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MatrixD
public static MatrixD Lerp(MatrixD matrix1, MatrixD matrix2, double amount)
Linearly interpolates between the corresponding values of two matrices.
public static void Lerp(ref MatrixD matrix1, ref MatrixD matrix2, double amount, out MatrixD result)
Linearly interpolates between the corresponding values of two matrices.