Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TBlockedDenseGrid3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Convert grid CellIJK coordinates to a linear ID, note this id is independent of the actual internal data storage. | Spatial/BlockedDenseGrid3.h | ||
int64 ToLinear
(
int32 X, |
Convert grid CellIJK coordinates to a linear ID, note this id is independent of the actual internal data storage. | Spatial/BlockedDenseGrid3.h |
ToLinear(const FVector3i &)
Description
Convert grid CellIJK coordinates to a linear ID, note this id is independent of the actual internal data storage.
| Name | ToLinear |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #include "Spatial/BlockedDenseGrid3.h" |
int64 ToLinear
(
const FVector3i & IJK
) const
ToLinear(int32, int32, int32)
Description
Convert grid CellIJK coordinates to a linear ID, note this id is independent of the actual internal data storage.
| Name | ToLinear |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #include "Spatial/BlockedDenseGrid3.h" |
int64 ToLinear
(
int32 X,
int32 Y,
int32 Z
) const