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