TPolygon2::Simplify

Simplify the Polygon to reduce the vertex count

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Polygon2.h"

Syntax

void Simplify
(
    T ClusterTolerance,
    T LineDeviationTolerance
)

Remarks

Simplify the Polygon to reduce the vertex count

Parameters

Parameter

Description

ClusterTolerance

Vertices closer than this distance will be merged into a single vertex

LineDeviationTolerance

Vertices are allowed to deviate this much from the input polygon lines

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