Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TUniformGridBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T_SCALAR LinearlyInterpolate
(
const TArrayND< T_SCALAR, d >& ScalarN, |
Chaos/UniformGrid.h | ||
TVector< T, d > LinearlyInterpolate
(
const TArrayFaceND< T, d >& ScalarN, |
Chaos/UniformGrid.h | ||
TVector< T, d > LinearlyInterpolate
(
const TArrayFaceND< T, d >& ScalarN, |
Chaos/UniformGrid.h |
LinearlyInterpolate(const TArrayND< T_SCALAR, d > &, const TVector< T, d > &)
| Name | LinearlyInterpolate |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/UniformGrid.h |
| Include Path | #include "Chaos/UniformGrid.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/UniformGrid.cpp |
template<class T_SCALAR>
T_SCALAR LinearlyInterpolate
(
const TArrayND < T_SCALAR, d > & ScalarN,
const TVector < T, d > & X
) const
LinearlyInterpolate(const TArrayFaceND< T, d > &, const TVector< T, d > &)
| Name | LinearlyInterpolate |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/UniformGrid.h |
| Include Path | #include "Chaos/UniformGrid.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/UniformGrid.cpp |
TVector < T, d > LinearlyInterpolate
(
const TArrayFaceND < T, d > & ScalarN,
const TVector < T, d > & X
) const
LinearlyInterpolate(const TArrayFaceND< T, d > &, const TVector< T, d > &, const Pair< int32, TVector< int32, d > >)
| Name | LinearlyInterpolate |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/UniformGrid.h |
| Include Path | #include "Chaos/UniformGrid.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/UniformGrid.cpp |
TVector < T, d > LinearlyInterpolate
(
const TArrayFaceND < T, d > & ScalarN,
const TVector < T, d > & X,
const Pair < int32, TVector < int32, d > > Index
) const