unreal.RBFDistanceMethod
¶
- class unreal.RBFDistanceMethod¶
Bases:
EnumBase
Method for determining distance from input to targets
C++ Source:
Module: AnimGraphRuntime
File: RBFSolver.h
- DEFAULT_METHOD: RBFDistanceMethod¶
Uses the setting of the parent container
- Type:
4
- EUCLIDEAN: RBFDistanceMethod¶
Standard n-dimensional distance measure
- Type:
0
- QUATERNION: RBFDistanceMethod¶
Treat inputs as quaternion
- Type:
1
- SWING_ANGLE: RBFDistanceMethod¶
Treat inputs as quaternion, and find distance between rotated TwistAxis direction
- Type:
2
- TWIST_ANGLE: RBFDistanceMethod¶
Treat inputs as quaternion, and find distance between rotations around the TwistAxis direction
- Type:
3