![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GridIndexing3.h>
Inheritance diagram for UE::Geometry::TBoundsGridIndexer3< RealType >:Public Member Functions | |
| TBoundsGridIndexer3 (const TAxisAlignedBox3< RealType > &Bounds, RealType CellSize) | |
| FVector3i | GridResolution () const |
Public Member Functions inherited from UE::Geometry::TShiftGridIndexer3< RealType > | |
| 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 |
Static Public Member Functions | |
| static FVector3i | CeilInt (const TVector< RealType > &V) |
Public Attributes | |
| TVector< RealType > | BoundsMax |
Public Attributes inherited from UE::Geometry::TShiftGridIndexer3< RealType > | |
| RealType | CellSize |
| TVector< RealType > | Origin |
|
inline |
|
inlinestatic |
|
inline |
| TVector<RealType> UE::Geometry::TBoundsGridIndexer3< RealType >::BoundsMax |