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

VRageMath.Matrix.Lerp

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMatrix

Summary

public Matrix Lerp(Matrix matrix1, Matrix matrix2, float amount)

Linearly interpolates between the corresponding values of two matrices.

Returns

Example

Remarks

Summary

public void Lerp(ref Matrix matrix1, ref Matrix matrix2, float amount, ref Matrix result)

Linearly interpolates between the corresponding values of two matrices.

Returns

Example

Remarks

Clone this wiki locally