Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
Include |
#include "BoxTypes.h" |
template<typename PointFunc>
static TAxisAlignedBox3< RealType > MakeBoundsFromIndices
(
int32 MaxIndex,
PointFunc GetPoint
)
Compute bounding box of 3D points returned by GetPoint(Index) for indices in range [0...MaxIndex)