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

VRageMath.MatrixD.Lerp

Malware edited this page Dec 13, 2025 · 19 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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