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 FindIntersections
&40;
const TPolygon2< T > & OtherPoly,
TArray< TVector2< T >> & OutArray
&41; const
Remarks
Find all the points where an edge of the Polygon intersects an edge of the OtherPolygon true if any intersections were found
Parameters
| Name | Description |
|---|---|
| OtherPoly | polygon to test against |
| OutArray | intersection points are stored here |