Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBox< T > TransformBy
(
const TMatrix< T >& M |
Gets a bounding volume transformed by a matrix. | Math/Box.h | |
TBox< T > TransformBy
(
const TTransform< T >& M |
Gets a bounding volume transformed by a TTransform |
Math/Box.h |
TransformBy(const TMatrix< T > &)
Description
Gets a bounding volume transformed by a matrix.
| Name | TransformBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include Path | #include "Math/Box.h" |
TBox < T > TransformBy
(
const TMatrix < T > & M
) const
The transformed box.
Parameters
| Name | Remarks |
|---|---|
| M | The matrix to transform by. |
See Also
- TransformProjectBy
TransformBy(const TTransform< T > &)
Description
Gets a bounding volume transformed by a TTransform
| Name | TransformBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include Path | #include "Math/Box.h" |
TBox < T > TransformBy
(
const TTransform < T > & M
) const
The transformed box.
Parameters
| Name | Remarks |
|---|---|
| M | The transformation object. |
See Also
- TransformProjectBy