Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/RBF
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
| Include | #include "RBF/RBFInterpolator.h" |
namespace RBFDistanceMetric
{
static double RBFDistanceMetric::Manhattan
(
const FVector & A,
const FVector & B
)
}
Remarks
Returns the Manhattan (L1), or Taxi-cab distance between two coordinate vectors.