Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TAxisAlignedBox3
| Type | Name | Description | |
|---|---|---|---|
| TAxisAlignedBox3< RealType > | MakeBoundsFromIndices
(
int32 MaxIndex, |
Compute bounding box of 3D points returned by GetPoint(Index) for indices in range [0...MaxIndex) | |
| TAxisAlignedBox3< RealType > | MakeBoundsFromIndices
(
EnumerableIntType IndexEnumerable, |
Compute bounding box of 3D points returned by GetPoint(Index) for indices in range for_each(IndexEnumerable) |