Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util
Inheritance Hierarchy
- TShiftGridIndexer3
- TBoundsGridIndexer3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/GridIndexing3.h |
| Include | #include "Util/GridIndexing3.h" |
Syntax
template<typename RealType>
struct TBoundsGridIndexer3 : public UE::Geometry::TShiftGridIndexer3< RealType >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TVector< RealType > | BoundsMax |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBoundsGridIndexer3
(
const TAxisAlignedBox3< RealType >& Bounds, |