Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TAxisAlignedBox3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TAxisAlignedBox3< RealType > MakeBoundsFromIndices
(
int32 MaxIndex, |
Compute bounding box of 3D points returned by GetPoint(Index) for indices in range [0...MaxIndex) | BoxTypes.h | |
static TAxisAlignedBox3< RealType > MakeBoundsFromIndices
(
EnumerableIntType IndexEnumerable, |
Compute bounding box of 3D points returned by GetPoint(Index) for indices in range for_each(IndexEnumerable) | BoxTypes.h |
MakeBoundsFromIndices(int32, PointFunc)
Description
Compute bounding box of 3D points returned by GetPoint(Index) for indices in range [0...MaxIndex)
| Name | MakeBoundsFromIndices |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path | #include "BoxTypes.h" |
template<typename PointFunc>
static TAxisAlignedBox3 < RealType > MakeBoundsFromIndices
(
int32 MaxIndex,
PointFunc GetPoint
)
MakeBoundsFromIndices(EnumerableIntType, PointFunc)
Description
Compute bounding box of 3D points returned by GetPoint(Index) for indices in range for_each(IndexEnumerable)
| Name | MakeBoundsFromIndices |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include Path | #include "BoxTypes.h" |
template<typename EnumerableIntType, typename PointFunc>
static TAxisAlignedBox3 < RealType > MakeBoundsFromIndices
(
EnumerableIntType IndexEnumerable,
PointFunc GetPoint
)