Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TSphere > API/Runtime/Core/Math/TSphere/TransformBy
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Sphere.h |
Include | #include "Math/Sphere.h" |
TSphere < T > TransformBy
(
const FTransform & M
) const
Remarks
Get result of Transforming sphere with Transform. Result of transformation.
Parameters
Name | Description |
---|---|
M | Transform information. |