Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial
Inheritance Hierarchy
- TBlockData3Layout
- TBlockData3
- TBlockData3< bool, BlockSize_ >
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedLayout3.h |
| Include | #include "Spatial/BlockedLayout3.h" |
Syntax
template<int32 BlockSize_>
struct TBlockData3Layout
Remarks
These are 3d grid space layout behaviors shared by the various blocked grids ( c.f. BlockedDenseGrid3.h and other usages in SparseNarrowBandSDFMesh.h )
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | ToLinear
(
const int32& LocalI, |
||
| FVector3i | ToLocalIJK
(
int32 LocalLinear |