Inverse

Inverts a transform from space A to space B so it transforms from space B to space A.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/TransformCalculus.h

Include

#include "Math/TransformCalculus.h"

Syntax

template<typename TransformType>
auto 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.

Returns

Inverted transform from space B to space A.

Parameters

Parameter

Description

Transform

Input transform from space A to space B.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss