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" |
bool Overlaps
&40;
const TPolygon2< T > & OtherPoly
&41; const
Remarks
Check for polygon overlap, aka solid intersection. (In contrast, note that the "Intersects" method checks for edge intersection) true if the Polygon overlaps the OtherPolygon.