TransformPoint

Adapters for 2D uniform scale.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformCalculus2D.h"

Syntax

FVector2D TransformPoint
(
    float Transform,
    const FVector2D & Point
)

Remarks

Adapters for 2D uniform scale.

Since it is a fundamental type, we cannot rely on the default template that calls member functions. Instead, we provide direct overloads. Specialization for uniform Scale.

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