Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
Include |
#include "RBF/RBFInterpolator.h" |
TRBFInterpolator
(
const TArrayView< T > & InNodes,
WeightFuncT InWeightFunc
)
Construct an RBF interpolator, taking in a set of sparse nodes and a symmetric weighing function that computes the distance between two nodes, and, optionally, smooths the distance with a smoothing kernel.