Maths-SmootherStep(double).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Maths

Maths.SmootherStep(double) Method

Performs a smoother interpolation between 0.0d and 1.0d with 1st and 2nd order derivatives of zero at endpoints

public static double SmootherStep(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.SmootherStep(double) Method