PolygonTriangulation::ComputePolygonPlane

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/CompGeom/PolygonTriangulation.h

Include

#include "CompGeom/PolygonTriangulation.h"

Syntax

namespace PolygonTriangulation
{
    template<typename RealType>
    void PolygonTriangulation::ComputePolygonPlane
    (
        const TArray< FVector3< RealType >> & VertexPositions,
        FVector3< RealType > & PlaneNormalOut,
        FVector3< RealType > & PlanePointOut
    )
}

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