Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolygon2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Polygon2.h | |||
| Polygon2.h | |||
| Polygon2.h |
Contains(const TVector2< T > &)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
bool Contains
(
const TVector2 < T > & QueryPoint
) const
true if the given query point is inside the Polygon, based on the winding integral
Contains(const TPolygon2< T > &)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
bool Contains
(
const TPolygon2 < T > & OtherPoly
) const
true if the Polygon fully contains the OtherPolygon
Contains(const TSegment2< T > &)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
bool Contains
(
const TSegment2 < T > & Segment
) const
true if the Segment is fully contained inside the Polygon