Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
| Type | Name | Description | |
|---|---|---|---|
| decltype(Transform.Inverse()) | Inverse
(
const TransformType& Transform |
Inverts a transform from space A to space B so it transforms from space B to space A. | |
| FloatType | Inverse
(
FloatType Scale |
Inverts a transform from space A to space B so it transforms from space B to space A. | |
| UE::Math::TVector2< T > | Inverse
(
const UE::Math::TVector2< T >& Transform |
Specialization for inverting a 2D translation. | |
| UE::Math::TMatrix< T > | Inverse
(
const UE::Math::TMatrix< T >& Transform |
Inverse overloads. | |
| UE::Math::TRotator< T > | Inverse
(
const UE::Math::TRotator< T >& Transform |
Inverts a transform from space A to space B so it transforms from space B to space A. | |
| UE::Math::TQuat< T > | Inverse
(
const UE::Math::TQuat< T >& Transform |
Inverts a transform from space A to space B so it transforms from space B to space A. | |
| UE::Math::TVector< T > | Inverse
(
const UE::Math::TVector< T >& Transform |
Inverts a transform from space A to space B so it transforms from space B to space A. |