TransformPoint

TransformPoint overloads.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformCalculus3D.h"

Syntax

FVector TransformPoint
(
    const FMatrix & Transform,
    const FVector & Point
)

Remarks

TransformPoint overloads.

Since these are existing UE4 types, we cannot rely on the default template that calls member functions. Instead, we provide direct overloads. Specialization for FMatrix as it's member function is called something slightly different.

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