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

VRageMath.MathHelper.Lerp

Malware edited this page Dec 25, 2018 · 16 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