FGeomTools::Transform2DPolygonToSMPolygon

Transform triangle from 2D to 3D static-mesh triangle.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeomTools.h

Include

#include "GeomTools.h"

Source

/Engine/Source/Runtime/Engine/Private/GeomTools.cpp

Syntax

namespace FGeomTools
{
    FClipSMPolygon FGeomTools::Transform2DPolygonToSMPolygon
    (
        const FUtilPoly2D & InTri,
        const FMatrix & InMatrix
    )
}

Remarks

Transform triangle from 2D to 3D static-mesh triangle.

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