Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBoxSphereBounds
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBoxSphereBounds< T, TExtent > TransformBy
(
const TMatrix< T >& M |
Gets a bounding volume transformed by a matrix. | Math/BoxSphereBounds.h | |
TBoxSphereBounds< T, TExtent > TransformBy
(
const TTransform< T >& M |
Gets a bounding volume transformed by a FTransform object. | Math/BoxSphereBounds.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/BoxSphereBounds.h |
| Include Path | #include "Math/BoxSphereBounds.h" |
TBoxSphereBounds < T, TExtent > TransformBy
(
const TMatrix < T > & M
) const
The transformed volume.
Parameters
| Name | Remarks |
|---|---|
| M | The matrix. |
TransformBy(const TTransform< T > &)
Description
Gets a bounding volume transformed by a FTransform object.
| Name | TransformBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h |
| Include Path | #include "Math/BoxSphereBounds.h" |
TBoxSphereBounds < T, TExtent > TransformBy
(
const TTransform < T > & M
) const
The transformed volume.
Parameters
| Name | Remarks |
|---|---|
| M | The FTransform object. |