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

VRageMath.Vector4D.Lerp

Malware edited this page Dec 25, 2018 · 19 revisions

IndexVector4D

csharp[Vector4D](VRageMath.Vector4D) Lerp([Vector4D](VRageMath.Vector4D) value1, [Vector4D](VRageMath.Vector4D) value2, [double](System.Double) amount)##### Summary

Performs a linear interpolation between two vectors.

csharpvoid Lerp(ref [Vector4D](VRageMath.Vector4D) value1, ref [Vector4D](VRageMath.Vector4D) value2, [double](System.Double) amount, ref [Vector4D](VRageMath.Vector4D) result)##### Summary

Performs a linear interpolation between two vectors.

Clone this wiki locally