Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
Method for determining distance from input to targets
| Name | ERBFDistanceMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFSolver.h |
| Include Path | #include "RBF/RBFSolver.h" |
Syntax
enum ERBFDistanceMethod
{
Euclidean,
Quaternion,
SwingAngle,
TwistAngle,
DefaultMethod,
}
Values
| Name | Remarks |
|---|---|
| Euclidean | Standard n-dimensional distance measure |
| Quaternion | Treat inputs as quaternion |
| SwingAngle | Treat inputs as quaternion, and find distance between rotated TwistAxis direction |
| TwistAngle | Treat inputs as quaternion, and find distance between rotations around the TwistAxis direction |
| DefaultMethod | Uses the setting of the parent container |