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

VRageMath.MathHelper.Lerp

Malware edited this page Dec 25, 2018 · 15 revisions

IndexMathHelper

csharp[float](System.Single) Lerp([float](System.Single) value1, [float](System.Single) value2, [float](System.Single) amount)##### Summary

Linearly interpolates between two values.

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

Linearly interpolates between two values.

Clone this wiki locally