Navigation
API > API/Runtime > API/Runtime/GeometryCore
Convert between integer grid coordinates and scaled+translated real-valued coordinates
| Name | TShiftGridIndexer3 |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing3.h |
| Include Path | #include "Util/GridIndexing3.h" |
Syntax
template<typename RealType>
struct TShiftGridIndexer3
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Util/GridIndexing3.h | |||
TShiftGridIndexer3
(
const TVector< RealType >& origin, |
Util/GridIndexing3.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CellSize | RealType | Real-valued size of an integer grid cell | Util/GridIndexing3.h | |
| Origin | TVector< RealType > | Real-valued origin of grid, position of integer grid origin | Util/GridIndexing3.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Convert integer grid coordinates to real-valued point | Util/GridIndexing3.h | ||
| Convert real-valued grid coordinates to real-valued point | Util/GridIndexing3.h | ||
| Convert real-valued point to integer grid coordinates | Util/GridIndexing3.h |