Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSphere
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSphere< T > TransformBy
(
const TMatrix< T >& M |
Get result of Transforming sphere by Matrix. | Math/Sphere.h | |
TSphere< T > TransformBy
(
const FTransform& M |
Get result of Transforming sphere with Transform. | Math/Sphere.h |
TransformBy(const TMatrix< T > &)
Description
Get result of Transforming sphere by Matrix.
| Name | TransformBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Sphere.h |
| Include Path | #include "Math/Sphere.h" |
TSphere < T > TransformBy
(
const TMatrix < T > & M
) const
Result of transformation.
Parameters
| Name | Remarks |
|---|---|
| M | Matrix to transform by. |
TransformBy(const FTransform &)
Description
Get result of Transforming sphere with Transform.
| Name | TransformBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Sphere.h |
| Include Path | #include "Math/Sphere.h" |
TSphere < T > TransformBy
(
const FTransform & M
) const
Result of transformation.
Parameters
| Name | Remarks |
|---|---|
| M | Transform information. |