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/TransformCalculus.h |
| Include | #include "Math/TransformCalculus.h" |
template<typename TransformType>
decltype(Transform.Inverse()) Inverse
(
const TransformType & Transform
)
Remarks
Inverts a transform from space A to space B so it transforms from space B to space A. By default attempts to call a member function on the transform type. Inverted transform from space B to space A.
Parameters
| Name | Description |
|---|---|
| Transform | Input transform from space A to space B. |