Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolygon2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPolygon2 () |
Polygon2.h | ||
| Construct polygon with given list of vertices | Polygon2.h | ||
| Polygon2.h | |||
TPolygon2
(
TArrayView< const TVector2< T > > VertexArray, |
Construct polygon with given indices into a vertex array | Polygon2.h |
TPolygon2()
| Name | TPolygon2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
TPolygon2()
TPolygon2(const TArray< TVector2< T > > &)
Description
Construct polygon with given list of vertices
| Name | TPolygon2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
TPolygon2
(
const TArray < TVector2 < T > > & VertexList
)
TPolygon2(const TArray< OtherVertexType > &)
| Name | TPolygon2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
template<typename OtherVertexType>
TPolygon2
(
const TArray < OtherVertexType > & VertexList
)
TPolygon2(TArrayView< const TVector2< T > >, TArrayView< const int32 >)
Description
Construct polygon with given indices into a vertex array
| Name | TPolygon2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polygon2.h |
| Include Path | #include "Polygon2.h" |
TPolygon2
(
TArrayView < const TVector2 < T > > VertexArray,
TArrayView < const int32 > VertexIndices
)