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

VRageMath.MathHelper.SmoothStepStable

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMathHelper

csharp[float](System.Single) SmoothStepStable([float](System.Single) amount)##### Summary

Interpolates between zero and one using cubic equiation, solved by de Casteljau.

csharp[double](System.Double) SmoothStepStable([double](System.Double) amount)##### Summary

Interpolates between zero and one using cubic equiation, solved by de Casteljau.

Clone this wiki locally