Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TOrientedBox3
Description
Call CornerPointFunc(FVector3) for each of the 8 box corners. Order is the same as GetCorner(X). This is more efficient than calling GetCorner(X) because the Rotation matrix is only computed once.
| Name | EnumerateCorners |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
template<typename PointFuncType>
void EnumerateCorners
(
PointFuncType CornerPointFunc
) const