Navigation
API > API/Runtime > API/Runtime/GeometryCore
These are 3d grid space layout behaviors shared by the various blocked grids ( c.f. BlockedDenseGrid3.h and other usages in SparseNarrowBandSDFMesh.h )
| Name | TBlockData3Layout |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedLayout3.h |
| Include Path | #include "Spatial/BlockedLayout3.h" |
Syntax
template<int32 BlockSize_>
struct TBlockData3Layout
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BlockSize | int32 | Spatial/BlockedLayout3.h | |
| ElemCount | int32 | Spatial/BlockedLayout3.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 ToLinear
(
const int32& LocalI, |
Spatial/BlockedLayout3.h | ||
static FVector3i ToLocalIJK
(
int32 LocalLinear |
Spatial/BlockedLayout3.h |