Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include | #include "Math/Box.h" |
TBox < T > InverseTransformBy
(
const TTransform < T > & M
) const
Remarks
Gets a bounding volume transformed by an inverted TTransform
Parameters
| Name | Description |
|---|---|
| M | The transformation object to perform the inversely transform this box with. |