Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TAxisAlignedBox3 > API/Runtime/GeometryCore/TAxisAlignedBox3/MakeBoundsFromIndices
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include | #include "BoxTypes.h" |
template<typename PointFunc>
static TAxisAlignedBox3 < RealType > MakeBoundsFromIndices
(
int32 MaxIndex,
PointFunc GetPoint
)
Remarks
Compute bounding box of 3D points returned by GetPoint(Index) for indices in range [0...MaxIndex)