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 FloatType, std::enable_if_t<(std::is_floating_point_v< FloatType >), int >>
FloatType Inverse
(
FloatType Scale
)
Remarks
Inverts a transform from space A to space B so it transforms from space B to space A. Specialization for uniform scale. Inverted transform from space B to space A.
Parameters
| Name | Description |
|---|---|
| Transform | Input transform from space A to space B. |