Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolygon2
Description
Offset polygon by fixed distance, by offsetting and intersecting edges. CounterClockWise Polygon offsets "outwards", ClockWise "inwards".
| Name | PolyOffset |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
void PolyOffset
(
T OffsetDistance
)