Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox
Description
Returns the current world bounding box transformed and projected to screen space
| Name | TransformProjectBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include Path | #include "Math/Box.h" |
TBox < T > TransformProjectBy
(
const TMatrix < T > & ProjM
) const
The transformed box.
Parameters
| Name | Remarks |
|---|---|
| ProjM | The projection matrix. |
See Also
- TransformBy