Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TShiftGridIndexer2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Convert real-valued point to integer grid coordinates | Util/GridIndexing2.h | ||
| Convert real-valued 2D box to a rectangle using integer grid coordinates | Util/GridIndexing2.h | ||
| Convert real-valued 3D box to a rectangle using integer grid coordinates | Util/GridIndexing2.h |
ToGrid(const TVector2< RealType > &)
Description
Convert real-valued point to integer grid coordinates
| Name | ToGrid |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing2.h |
| Include Path | #include "Util/GridIndexing2.h" |
FVector2i ToGrid
(
const TVector2 < RealType > & Point
) const
ToGrid(const TBox2< RealType > &)
Description
Convert real-valued 2D box to a rectangle using integer grid coordinates
| Name | ToGrid |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing2.h |
| Include Path | #include "Util/GridIndexing2.h" |
FIntRect ToGrid
(
const TBox2 < RealType > & Box
) const
ToGrid(const TBox< RealType > &)
Description
Convert real-valued 3D box to a rectangle using integer grid coordinates
| Name | ToGrid |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing2.h |
| Include Path | #include "Util/GridIndexing2.h" |
FIntRect ToGrid
(
const TBox < RealType > & Box
) const