Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TShiftGridIndexer2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Convert integer grid coordinates to real-valued point | Util/GridIndexing2.h | ||
| Convert real-valued grid coordinates to real-valued point | Util/GridIndexing2.h |
FromGrid(const FVector2i &)
Description
Convert integer grid coordinates to real-valued point
| Name | FromGrid |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing2.h |
| Include Path | #include "Util/GridIndexing2.h" |
TVector2 < RealType > FromGrid
(
const FVector2i & GridPoint
) const
FromGrid(const TVector2< RealType > &)
Description
Convert real-valued grid coordinates to real-valued point
| Name | FromGrid |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing2.h |
| Include Path | #include "Util/GridIndexing2.h" |
TVector2 < RealType > FromGrid
(
const TVector2 < RealType > & RealGridPoint
) const