TPolygon2::Transform

Apply an arbitrary transformation to the Polygon

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Polygon2.h

Include

#include "Polygon2.h"

Syntax

TPolygon2< T > & Transform
(
    const TFunction< FVector2< T >(const FVector2< T > &)> & TransformFunc
)

Remarks

Apply an arbitrary transformation to the Polygon

Returns

the Polygon, so that you can chain calls like Translate().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