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