21template<
typename RealType>
58template<
typename RealType>
#define ensure( InExpression)
Definition AssertionMacros.h:464
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE::Math::TIntRect< int32 > FIntRect
Definition MathFwd.h:133
Definition MathUtil.h:150
TScaleGridIndexer2< double > FScaleGridIndexer2d
Definition GridIndexing2.h:52
TShiftGridIndexer2< double > FShiftGridIndexer2d
Definition GridIndexing2.h:122
TScaleGridIndexer2< float > FScaleGridIndexer2f
Definition GridIndexing2.h:51
TShiftGridIndexer2< float > FShiftGridIndexer2f
Definition GridIndexing2.h:121
Definition AdvancedWidgetsModule.cpp:13
Definition IntVectorTypes.h:20
Definition GridIndexing2.h:23
TScaleGridIndexer2(RealType CellSize)
Definition GridIndexing2.h:32
TScaleGridIndexer2()
Definition GridIndexing2.h:27
RealType CellSize
Definition GridIndexing2.h:25
TVector2< RealType > FromGrid(const FVector2i &GridPoint) const
Definition GridIndexing2.h:46
FVector2i ToGrid(const TVector2< RealType > &P) const
Definition GridIndexing2.h:38
Definition GridIndexing2.h:60
RealType CellSize
Definition GridIndexing2.h:62
TVector2< RealType > FromGrid(const FVector2i &GridPoint) const
Definition GridIndexing2.h:98
FIntRect ToGrid(const TBox< RealType > &Box) const
Definition GridIndexing2.h:90
TVector2< RealType > FromGrid(const TVector2< RealType > &RealGridPoint) const
Definition GridIndexing2.h:106
TVector2< RealType > Origin
Definition GridIndexing2.h:64
FIntRect ToGrid(const TBox2< RealType > &Box) const
Definition GridIndexing2.h:82
TShiftGridIndexer2(const TVector2< RealType > &origin, RealType cellSize)
Definition GridIndexing2.h:66
TBox2< RealType > BoxFromGrid(const FVector2i &GridPoint) const
Definition GridIndexing2.h:114
FVector2i ToGrid(const TVector2< RealType > &Point) const
Definition GridIndexing2.h:74
T Y
Definition Vector2D.h:52
T X
Definition Vector2D.h:49