RBFDistanceMetric::ArcLength

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

float

 

RBFDistanceMetric::ArcLength

(
    const FVector& A,
    const FVector B
)

Returns the arc length between two unit vectors (i.e. the distance between two points on a unit sphere, traveling along the surface of the sphere)

Public function Static

float

 

RBFDistanceMetric::ArcLength

(
    const FRotator& A,
    const FRotator& B
)

Returns the arc-length distance, on a unit sphere, between two rotation vectors.

Public function Static

float

 

RBFDistanceMetric::ArcLength

(
    const FQuat& A,
    const FQuat& B
)

Returns the arc-length distance, on a unit sphere, between two quaternions.

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