Maths-SmoothStep(double).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Maths

Maths.SmoothStep(double) Method

Performs smooth (Cubic Hermite) interpolation between 0.0d and 1.0d

public static double SmoothStep(double amount);

Parameters

amount System.Double
Value between 0.0d and 1.0d indicating interpolation amount

Returns

System.Double

Contents

  1. 0.1UnrealEngine.Framework.Maths
  2. 1Maths.SmoothStep(double) Method