Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/Inverse
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus3D.h |
| Include | #include "Math/TransformCalculus3D.h" |
template<typename T>
UE::Math::TRotator < T > Inverse
(
const UE::Math::TRotator < T > & Transform
)
Remarks
Inverts a transform from space A to space B so it transforms from space B to space A. Specialization for UE::Math::TRotator
Parameters
| Name | Description |
|---|---|
| Transform | Input transform from space A to space B. |