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

VRageMath.MatrixD.Lerp

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

IndexNamespace IndexMatrixD

Summary

public static MatrixD Lerp(MatrixD matrix1, MatrixD matrix2, double amount)

Linearly interpolates between the corresponding values of two matrices.

Returns

MatrixD

Parameters

Summary

public static void Lerp(ref MatrixD matrix1, ref MatrixD matrix2, double amount, out MatrixD result)

Linearly interpolates between the corresponding values of two matrices.

Parameters

Clone this wiki locally