Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolygon2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Intersects
(
const TPolygon2< T >& OtherPoly |
Polygon2.h | ||
bool Intersects
(
const TSegment2< T >& Segment |
Polygon2.h |
Intersects(const TPolygon2< T > &)
| Name | Intersects |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
bool Intersects
(
const TPolygon2 < T > & OtherPoly
) const
true if at least one edge of the OtherPolygon intersects the Polygon
Intersects(const TSegment2< T > &)
| Name | Intersects |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
bool Intersects
(
const TSegment2 < T > & Segment
) const
true if the Segment intersects an edge of the Polygon