Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static double RBFDistanceMetric::Euclidean
(
const FVector& A, |
Returns the Euclidean (L2) distance between two coordinate vectors. | RBF/RBFInterpolator.h | |
static double RBFDistanceMetric::Euclidean
(
const FRotator& A, |
Returns a straight-up Euclidean distance between two rotation values expressed in radians. | RBF/RBFInterpolator.h | |
static double RBFDistanceMetric::Euclidean
(
const FQuat& A, |
Returns the Euclidean (L2) distance between two quaternion values expressed. | RBF/RBFInterpolator.h |
RBFDistanceMetric::Euclidean(const FVector &, const FVector &)
Description
Returns the Euclidean (L2) distance between two coordinate vectors.
| Name | RBFDistanceMetric::Euclidean |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
namespace RBFDistanceMetric
{
static double RBFDistanceMetric::Euclidean
(
const FVector & A,
const FVector & B
)
}
RBFDistanceMetric::Euclidean(const FRotator &, const FRotator &)
Description
Returns a straight-up Euclidean distance between two rotation values expressed in radians.
| Name | RBFDistanceMetric::Euclidean |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
namespace RBFDistanceMetric
{
static double RBFDistanceMetric::Euclidean
(
const FRotator & A,
const FRotator & B
)
}
RBFDistanceMetric::Euclidean(const FQuat &, const FQuat &)
Description
Returns the Euclidean (L2) distance between two quaternion values expressed.
| Name | RBFDistanceMetric::Euclidean |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include Path | #include "RBF/RBFInterpolator.h" |
namespace RBFDistanceMetric
{
static double RBFDistanceMetric::Euclidean
(
const FQuat & A,
const FQuat & B
)
}