Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolygon2
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include | #include "Polygon2.h" |
void Simplify
&40;
T ClusterTolerance,
T LineDeviationTolerance
&41;
Remarks
Simplify the Polygon to reduce the vertex count
Parameters
| Name | 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 |