CubicInterp

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

T

 

CubicInterp

(
    const T& P0,
    const T& T0,
    const T& P1,
    const T& T1,
    const U& A
)

Performs a cubic interpolation

Public function Static

FQuat

 

CubicInterp

(
    const FQuat& P0,
    const FQuat& T0,
    const FQuat& P1,
    const FQuat& T1,
    const U& A
)

In the case of quaternions, we use a bezier like approach. T - Actual 'control' orientations.

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