Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyline3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Polyline3.h |
| Include | #include "Polyline3.h" |
void Simplify
(
T ClusterTolerance,
T LineDeviationTolerance
)
Remarks
Simplify the Polyline 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 polylines |