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

VRageMath.Vector4.Lerp

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

IndexNamespace IndexVector4

Summary

public static Vector4 Lerp(Vector4 value1, Vector4 value2, float amount)

Performs a linear interpolation between two vectors.

Returns

Vector4

Parameters

Summary

public static void Lerp(ref Vector4 value1, ref Vector4 value2, float amount, out Vector4 result)

Performs a linear interpolation between two vectors.

Parameters

Clone this wiki locally