AutoCalcTangent

Computes Tangent for a curve segment

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/InterpCurvePoint.h"

Syntax

template<class T, class U>
void AutoCalcTangent
(
    const T & PrevP,
    const T & P,
    const T & NextP,
    const U & Tension,
    T & OutTan
)

Remarks

Computes Tangent for a curve segment

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