Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static double RBFDistanceMetric::ArcLength
(
const FVector& A, |
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) | RBF/RBFInterpolator.h | |
static double RBFDistanceMetric::ArcLength
(
const FRotator& A, |
Returns the arc-length distance, on a unit sphere, between two rotation vectors. | RBF/RBFInterpolator.h | |
static double RBFDistanceMetric::ArcLength
(
const FQuat& A, |
Returns the arc-length distance, on a unit sphere, between two quaternions. | RBF/RBFInterpolator.h |
RBFDistanceMetric::ArcLength(const FVector &, const FVector)
Description
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)
| Name | RBFDistanceMetric::ArcLength |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
namespace RBFDistanceMetric
{
static double RBFDistanceMetric::ArcLength
(
const FVector & A,
const FVector B
)
}
RBFDistanceMetric::ArcLength(const FRotator &, const FRotator &)
Description
Returns the arc-length distance, on a unit sphere, between two rotation vectors.
| Name | RBFDistanceMetric::ArcLength |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
namespace RBFDistanceMetric
{
static double RBFDistanceMetric::ArcLength
(
const FRotator & A,
const FRotator & B
)
}
RBFDistanceMetric::ArcLength(const FQuat &, const FQuat &)
Description
Returns the arc-length distance, on a unit sphere, between two quaternions.
| Name | RBFDistanceMetric::ArcLength |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
namespace RBFDistanceMetric
{
static double RBFDistanceMetric::ArcLength
(
const FQuat & A,
const FQuat & B
)
}