RBFDistanceMetric::ArcLength

Overload list

Choose your operating system:

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.