Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Matrix.Lerp

Malware edited this page Jan 26, 2019 · 19 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