Maths-SmootherStep(float).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Maths

Maths.SmootherStep(float) Method

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

public static float SmootherStep(float amount);

Parameters

amount System.Single

Value between 0.0f and 1.0f indicating interpolation amount

Returns

System.Single

Contents

  1. 0.1UnrealEngine.Framework.Maths
  2. 1Maths.SmootherStep(float) Method