Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolygon2
Description
Clip polygon to the given bounds. Note that if the polygon is not convex, it may have overlapping edges at the bounds.
| Name | ClipConvex |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
void ClipConvex
(
const TAxisAlignedBox2 < T > & Bounds
)