Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

VRageMath.Matrix.Lerp

Morten Aune Lyrstad edited this page Oct 10, 2019 · 18 revisions

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

Clone this wiki locally