Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolygon2
Description
Check for polygon overlap, aka solid intersection. (In contrast, note that the "Intersects" method checks for edge intersection)
| Name | Overlaps |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
bool Overlaps
(
const TPolygon2 < T > & OtherPoly
) const
true if the Polygon overlaps the OtherPolygon.