18template<
typename RealType>
44 RealType
X = (
static_cast<RealType
>(
Index %
Size) + RealType{ 1 } / RealType{ 2 }) /
static_cast<RealType
>(
Size);
45 RealType
Y = (
static_cast<RealType
>(
Index /
Size) + RealType{ 1 } / RealType{ 2 }) /
static_cast<RealType
>(
Size);
#define checkSlow(expr)
Definition AssertionMacros.h:332
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint32 Size
Definition VulkanMemory.cpp:4034
Definition GridSampler.h:20
TGridSampler(int32 SizeIn)
Definition GridSampler.h:25
int32 Num() const
Definition GridSampler.h:32
UE::Math::TVector2< RealType > Sample(int32 Index) const
Definition GridSampler.h:41
Definition AdvancedWidgetsModule.cpp:13
U16 Index
Definition radfft.cpp:71