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 VtxNormalOffset
&40;
T OffsetDistance,
bool bUseFaceAvg
&41;
Remarks
Offset each point by the given Distance along vertex "normal" direction
Parameters
| Name | Description |
|---|---|
| OffsetDistance | the distance to offset |
| bUseFaceAvg | if true, we offset by the average-face normal instead of the perpendicular-tangent normal |