Navigation
API > API/Plugins > API/Plugins/RigVM
Function to use for computing distance between the input and target quaternions.
| Name | ERBFVectorDistanceType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h" |
Syntax
enum ERBFVectorDistanceType
{
Euclidean,
Manhattan,
ArcLength,
}
Values
| Name | Remarks |
|---|---|
| Euclidean | |
| Manhattan | |
| ArcLength |