Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TGeneralPolygon2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Curve/GeneralPolygon2.h | |||
TGeneralPolygon2
(
const TPolygon2< T >& ToSetOuter |
Construct a general polygon with the given polygon as boundary | Curve/GeneralPolygon2.h |
TGeneralPolygon2()
| Name | TGeneralPolygon2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Curve/GeneralPolygon2.h |
| Include Path | #include "Curve/GeneralPolygon2.h" |
TGeneralPolygon2()
TGeneralPolygon2(const TPolygon2< T > &)
Description
Construct a general polygon with the given polygon as boundary
| Name | TGeneralPolygon2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Curve/GeneralPolygon2.h |
| Include Path | #include "Curve/GeneralPolygon2.h" |
TGeneralPolygon2
(
const TPolygon2 < T > & ToSetOuter
)