RBFDistanceMetric::Euclidean

Returns a straight-up Euclidean distance between two rotation values expressed in radians.

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h

Include

#include "RBF/RBFInterpolator.h"

Syntax

namespace RBFDistanceMetric
{
    static float RBFDistanceMetric::Euclidean
    (
        const FRotator & A,
        const FRotator & B
    )
}

Remarks

Returns a straight-up Euclidean distance between two rotation values expressed in radians.

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