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

VRageMath.MathHelper.SmoothStep

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMathHelper

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

Interpolates between two values using a cubic equation.

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

Interpolates between two values using a cubic equation.

Clone this wiki locally