FMath::CubicInterpSecondDerivative

Performs a second derivative cubic interpolation

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h

Include

#include "Math/UnrealMathUtility.h"

Syntax

template<class T, class U>
static T CubicInterpSecondDerivative
(
    const T & P0,
    const T & T0,
    const T & P1,
    const T & T1,
    const U & A
)

Remarks

Performs a second derivative cubic interpolation

Returns

Interpolated value

Parameters

Parameter

Description

P

end points

T

tangent directions at end points

Alpha

distance along spline

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss