Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TShiftGridIndexer3
Overloads
| 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 |
FromGrid(const FVector3i &)
Description
Convert integer grid coordinates to real-valued point
| Name | FromGrid |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing3.h |
| Include Path | #include "Util/GridIndexing3.h" |
TVector < RealType > FromGrid
(
const FVector3i & gridpoint
) const
FromGrid(const TVector< RealType > &)
Description
Convert real-valued grid coordinates to real-valued point
| Name | FromGrid |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing3.h |
| Include Path | #include "Util/GridIndexing3.h" |
TVector < RealType > FromGrid
(
const TVector < RealType > & RealGridPoint
) const