UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UniformGrid.cpp File Reference
#include "Chaos/UniformGrid.h"
#include "Chaos/ArrayFaceND.h"
#include "Chaos/ArrayND.h"
#include "Chaos/Core.h"

Namespaces

namespace  Chaos
 

Functions

template<class T_SCALAR , class T >
T_SCALAR Chaos::LinearlyInterpolate1D (const T_SCALAR &Prev, const T_SCALAR &Next, const T Alpha)
 
template<class T_SCALAR , class T , int d>
T_SCALAR Chaos::LinearlyInterpolateHelper (const TArrayND< T_SCALAR, d > &ScalarN, const TVector< int32, d > &CellPrev, const TVector< T, d > &Alpha)
 
template<class T_SCALAR , class T >
T_SCALAR Chaos::LinearlyInterpolateHelper (const TArrayND< T_SCALAR, 2 > &ScalarN, const TVector< int32, 2 > &CellPrev, const TVector< T, 2 > &Alpha)
 
template<class T_SCALAR , class T >
T_SCALAR Chaos::LinearlyInterpolateHelper (const TArrayND< T_SCALAR, 3 > &ScalarN, const TVector< int32, 3 > &CellPrev, const TVector< T, 3 > &Alpha)