Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TGeneralPolygon2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Curve/GeneralPolygon2.h | |||
| Curve/GeneralPolygon2.h |
Contains(TVector2< T >)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Curve/GeneralPolygon2.h |
| Include Path | #include "Curve/GeneralPolygon2.h" |
bool Contains
(
TVector2 < T > vTest
) const
Contains(TPolygon2< T >)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Curve/GeneralPolygon2.h |
| Include Path | #include "Curve/GeneralPolygon2.h" |
bool Contains
(
TPolygon2 < T > Poly
) const