![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GridIndexing3.h>
Inheritance diagram for UE::Geometry::TShiftGridIndexer3< RealType >:Public Member Functions | |
| TShiftGridIndexer3 () | |
| TShiftGridIndexer3 (const TVector< RealType > &origin, RealType cellSize) | |
| FVector3i | ToGrid (const TVector< RealType > &point) const |
| TVector< RealType > | FromGrid (const FVector3i &gridpoint) const |
| TVector< RealType > | FromGrid (const TVector< RealType > &RealGridPoint) const |
Public Attributes | |
| RealType | CellSize |
| TVector< RealType > | Origin |
Convert between integer grid coordinates and scaled+translated real-valued coordinates
|
inline |
|
inline |
|
inline |
Convert integer grid coordinates to real-valued point
|
inline |
Convert real-valued grid coordinates to real-valued point
|
inline |
Convert real-valued point to integer grid coordinates
| RealType UE::Geometry::TShiftGridIndexer3< RealType >::CellSize |
Real-valued size of an integer grid cell
| TVector<RealType> UE::Geometry::TShiftGridIndexer3< RealType >::Origin |
Real-valued origin of grid, position of integer grid origin